net/sfc: avoid Rx queue setup failure if thresholds are set
[dpdk.git] / drivers / net / sfc / sfc_rx.c
2017-11-14 Andrew Rybchenkonet/sfc: avoid Rx queue setup failure if thresholds...
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-10-06 Mark Spendernet/sfc/base: update RSS API to take RSS context parameter
2017-10-06 Ivan Malovnet/sfc: fix unused variable in RSS-agnostic build
2017-10-06 Ivan Malovnet/sfc: support Rx descriptor status API
2017-10-06 Ivan Malovnet/sfc: specify correct scale table size on Rx start
2017-07-06 Ivan Malovnet/sfc: support flow API isolated mode
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Andrew Rybchenkonet/sfc: handle already flushed Rx queue gracefully
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-19 Andrew Rybchenkonet/sfc: correct RSS hash availability condition
2017-04-19 Andrew Rybchenkonet/sfc: use zero RSS channels as disabled RSS indicator
2017-04-19 Andrew Rybchenkonet/sfc: reset RSS channels back to 0 on close
2017-04-19 Andrew Rybchenkonet/sfc: remove unnecessary mbuf initialization on Rx
2017-04-04 Andrew Rybchenkonet/sfc: support changing the number of receive queues
2017-04-04 Andrew Rybchenkonet/sfc: clarify Rx subsystem configure/close function...
2017-04-04 Andrew Rybchenkonet/sfc: remove EvQ info array to simplify reconfigure
2017-04-04 Andrew Rybchenkonet/sfc: bind EvQ DMA space to EvQ type and type-local...
2017-04-04 Andrew Rybchenkonet/sfc: use correct function to free scattered packet...
2017-04-04 Andrew Rybchenkonet/sfc: destroy event queue when Rx queue is released
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: remove few conditions in Rx queue refill
2017-04-04 Andrew Rybchenkonet/sfc: make Rx scatter a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Rx datapath
2017-04-04 Andrew Rybchenkonet/sfc: do not use Rx queue control state on datapath
2017-04-04 Andrew Rybchenkonet/sfc: emphasis that RSS hash flag is an Rx queue...
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Ivan Malovnet/sfc: avoid failure on port start if Rx mode is...
2017-01-17 Ivan Malovnet/sfc: query RSS key and hash types config
2017-01-17 Ivan Malovnet/sfc: support RSS hash offload
2017-01-17 Ivan Malovnet/sfc: add basic stubs for RSS support on driver...
2017-01-17 Andrew Rybchenkonet/sfc: support deferred start of receive queues
2017-01-17 Andrew Rybchenkonet/sfc: support scattered Rx DMA
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ descriptor done
2017-01-17 Andrew Rybchenkonet/sfc: get RxQ pending descriptors count
2017-01-17 Andrew Rybchenkonet/sfc: support Rx free threshold
2017-01-17 Andrew Rybchenkonet/sfc: handle received packet type info from HW
2017-01-17 Andrew Rybchenkonet/sfc: support checksum offloads on receive
2017-01-17 Andrew Rybchenkonet/sfc: discard scattered packet on Rx correctly
2017-01-17 Andrew Rybchenkonet/sfc: implement device callback to Rx burst of packets
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue start and stop operations
2017-01-17 Andrew Rybchenkonet/sfc: validate Rx queue buffers setup
2017-01-17 Andrew Rybchenkonet/sfc: calculate Rx buffer size which may be used
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx queue setup release operations
2017-01-17 Andrew Rybchenkonet/sfc: check configured Rx mode
2017-01-17 Andrew Rybchenkonet/sfc: implement Rx subsystem stubs