]> Pileus Git - ~andy/linux/commit
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 11 May 2012 08:32:29 +0000 (08:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 17 Jul 2012 09:46:10 +0000 (02:46 -0700)
commit525a940c37c706155dc6726582d6430c148d9f8b
tree6f35d8bf1bef64f3db3266a6c63b9b1719ae9a85
parentfd13a9abeb8d487e2a3cfd2166542c180d33acc9
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>
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c