2017-02-13 | Andrew Rybchenko | ethdev: fix typo in UDP tunnel API description Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: use eal I/O device memory barriers API Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: use eal I/O device memory read/write API Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: enable TSO by default Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: do not panic if alarms are not supported Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: fix flow control settings on port start Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: fix link status when port is not started Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: synchronize link status with HW on start Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | net/sfc: avoid usage of possibly uninitialized link... Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-30 | Andrew Rybchenko | pdump: fix coverage warning Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: advertise kmod dependencies in pmdinfo Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: do not use enum type when values are... Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support deferred start of receive queues Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support scattered Rx DMA Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: get RxQ descriptor done Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: get RxQ pending descriptors count Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support Rx free threshold Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: get receive queue information Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: handle received packet type info from HW Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support checksum offloads on receive Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support link speed and duplex settings Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support MTU change Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support link status change interrupt Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support flow control settings Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support extended statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: add basic statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support parameter to choose performance profile Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement MCDI logging callback Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: restart RxQ in case of exception on event... Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: discard scattered packet on Rx correctly Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement device callback to Rx burst of packets Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement Rx queue start and stop operations Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: validate Rx queue buffers setup Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: calculate Rx buffer size which may be used Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement Rx queue setup release operations Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: check configured Rx mode Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement Rx subsystem stubs Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: minimum port control sufficient to receive... Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: periodic management EVQ polling using alarm Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: maintain management event queue Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: implement EVQ dummy exception handling Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: support event queue Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: interrupts support sufficient for event queue... Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: estimate available resources Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: add device start and stop operations Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: add device configuration checks Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: add configure and close stubs Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: add init on attach Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import libefx licensing Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import bootrom configuration Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import VPD support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import NVRAM support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import Rx packed stream mode Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import monitors access via MCDI Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import monitors statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import loopback control Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import RSS support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import Rx scatter support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import event prefetch Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import MAC statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import PHY LEDs control Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import PHY statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import PHY flags control Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import software per-queue statistics Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import built-in selftest Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import diagnostics support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import SFN8xxx family support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import SFN7xxx family support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import 5xxx/6xxx family support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import MCDI proxy authorization Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import MCDI logging Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import MCDI implementation Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import MCDI definition Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import filters support Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import register definitions Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc/base: import libefx base Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |
2017-01-17 | Andrew Rybchenko | net/sfc: libefx-based driver stub Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> |
commit | commitdiff | tree |