linux-kernel-test/drivers/net/ixgbe
Jesse Brandeburg 712744bebe ixgbe: fix rx csum return status misinterpretation
the driver was misinterpreting rx_csum return value in the descriptor
so occassionally we would indicate an rx_csum error in our stats
when there was none.  This would have no effect on traffic because
we would just hand the packet to the stack anyway without the offload
flag set, but would increase CPU for those packets that needed a recompute.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-09-03 10:03:32 -04:00
..
ixgbe_82598.c ixgbe: add cx4 device ID 2008-08-14 04:42:41 -04:00
ixgbe_common.c drivers/net/ixgb: Add missing "space" 2008-01-28 15:03:55 -08:00
ixgbe_common.h
ixgbe_ethtool.c net: Use queue aware tests throughout. 2008-07-17 19:21:07 -07:00
ixgbe_main.c ixgbe: fix rx csum return status misinterpretation 2008-09-03 10:03:32 -04:00
ixgbe_phy.c
ixgbe_phy.h ixgbe: Fix copper PHY initialization code 2008-01-28 15:03:44 -08:00
ixgbe_type.h ixgbe: add cx4 device ID 2008-08-14 04:42:41 -04:00
ixgbe.h ixgbe: add LRO support 2008-06-24 23:06:19 -04:00
Makefile