From: Michał Mirosław Date: Wed, 8 Jun 2011 08:53:03 +0000 (+0000) Subject: ixgbevf: convert to ndo_fix_features X-Git-Tag: v3.2-rc1~129^2~373 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471a76ded87d3375a3449dfa3d1cec567edd0c50;p=pandora-kernel.git ixgbevf: convert to ndo_fix_features Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM. Removing this needs deeper surgery. Since ixgbevf doesn't change hardware state on RX csum enable/disable its reset is avoided. 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