commit | 525a940c37c706155dc6726582d6430c148d9f8b | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri May 11 08:32:29 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Jul 17 02:46:10 2012 -0700 |
tree | 6f35d8bf1bef64f3db3266a6c63b9b1719ae9a85 | |
parent | fd13a9abeb8d487e2a3cfd2166542c180d33acc9 [diff] |
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>