From: Michał Mirosław Date: Tue, 30 Aug 2011 17:07:11 +0000 (+0000) Subject: igbvf: convert to ndo_fix_features X-Git-Tag: v3.2-rc1~129^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd38f734cb8200529e281338514945fcbff2364b;p=pandora-kernel.git igbvf: convert to ndo_fix_features Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM. Removing this needs deeper surgery. Things noticed: - HW VLAN acceleration probably can be toggled, but it's left as is - the resets on RX csum offload change can probably be avoided - there is A LOT of copy-and-pasted code here Signed-off-by: Michał Mirosław Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed