net/sfc: avoid Tx queue setup failure if thresholds are set
[dpdk.git] / drivers / net / sfc / sfc_tx.c
2017-11-14 Andrew Rybchenkonet/sfc: avoid Tx queue setup failure if thresholds...
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-10-06 Ivan Malovnet/sfc: free mbufs in bulks on simple EF10 Tx reap
2017-10-06 Ivan Malovnet/sfc: support Tx descriptor status API
2017-06-12 Andrew Rybchenkonet/sfc: handle already flushed Tx queue gracefully
2017-06-12 Andrew Rybchenkonet/sfc: add Tx queue flush failed flag for sanity
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-04 Andrew Rybchenkonet/sfc: support changing the number of transmit queues
2017-04-04 Andrew Rybchenkonet/sfc: clarify Tx 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: do not drop TSO on device configure
2017-04-04 Andrew Rybchenkonet/sfc: destroy event queue when Tx queue is released
2017-04-04 Andrew Rybchenkonet/sfc: make multi-segment support a Tx datapath feature
2017-04-04 Andrew Rybchenkonet/sfc: implement EF10 native Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: make TSO a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: make VLAN insertion a datapath-dependent feature
2017-04-04 Andrew Rybchenkonet/sfc: factor out libefx-based Tx datapath
2017-04-04 Andrew Rybchenkonet/sfc: add missing BSD license line and update year
2017-04-04 Andrew Rybchenkonet/sfc: remove Tx DMA descriptor boundary crossing...
2017-01-30 Ivan Malovnet/sfc: fix TSO limits imposed to the number of Tx...
2017-01-30 Andrew Rybchenkonet/sfc: enable TSO by default
2017-01-17 Ivan Malovnet/sfc: support firmware-assisted TSO
2017-01-17 Ivan Malovnet/sfc: support VLAN offload on transmit path
2017-01-17 Ivan Malovnet/sfc: support deferred start of transmit queues
2017-01-17 Ivan Malovnet/sfc: support Tx free threshold
2017-01-17 Ivan Malovnet/sfc: send bursts of packets
2017-01-17 Ivan Malovnet/sfc: implement transmit path start / stop
2017-01-17 Ivan Malovnet/sfc: set up and release Tx queues
2017-01-17 Ivan Malovnet/sfc: add function to check configured Tx mode
2017-01-17 Ivan Malovnet/sfc: provide basic stubs for Tx subsystem