numam-dpdk/drivers/net
Konstantin Ananyev 1b20b07d86 ixgbe: fix scalar scattered Rx with CRC
For 2.1 release, in attempt to minimize number of RX routines to support,
ixgbe scatter and ixgbe LRO RX routines were merged into one
that can handle both cases.
Though I completely missed the fact, that while LRO could only be used
when HW CRC strip is enabled, scatter RX should work for both cases
(HW CRC strip on/off).
That patch restores missed functionality.

Fixes: 9d8a92628f ("ixgbe: remove simple scalar scattered Rx method")

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2015-07-30 02:15:32 +02:00
..
af_packet mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
bnx2x bnx2x: enable PMD build 2015-07-27 04:27:15 +02:00
bonding bonding: free queue memory when closing 2015-07-27 19:20:44 +02:00
cxgbe cxgbe: enable build on FreeBSD 2015-07-22 15:04:16 +02:00
e1000 igb: enable Rx queue interrupts for PF 2015-07-27 23:13:57 +02:00
enic mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
fm10k fm10k: expose Tx checksum capability 2015-07-27 14:43:45 +02:00
i40e i40evf: fix crash when setup Tx queues 2015-07-30 02:15:32 +02:00
ixgbe ixgbe: fix scalar scattered Rx with CRC 2015-07-30 02:15:32 +02:00
mlx4 mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
mpipe mpipe: add TILE-Gx mPIPE poll mode driver 2015-07-13 16:15:52 +02:00
null mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
pcap mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
ring ring: support port hotplug 2015-07-27 04:53:04 +02:00
virtio virtio: small cleanups 2015-07-22 10:55:26 +02:00
vmxnet3 mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
xenvirt mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
Makefile bnx2x: enable PMD build 2015-07-27 04:27:15 +02:00