linux/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck 525a940c37 ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
The IXGBE_FLAG_RX_CSUM_ENABLED flag is redundant since NETIF_F_RXCSUM is
keeping the value we want to already have.  As such we can drop the
redundant flag and just make use of NETIF_F_RXCSUM.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-07-17 02:46:10 -07:00
..
defines.h ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
ethtool.c ixgbevf: Drop all dead or unnecessary code 2012-07-17 02:45:44 -07:00
ixgbevf_main.c ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag 2012-07-17 02:46:10 -07:00
ixgbevf.h ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag 2012-07-17 02:46:10 -07:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
regs.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
vf.c ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
vf.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00