From: Alexander Duyck Date: Fri, 11 May 2012 08:32:29 +0000 (+0000) Subject: ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag X-Git-Tag: v3.6-rc1~125^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525a940c37c706155dc6726582d6430c148d9f8b;p=pandora-kernel.git 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 Acked-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed