From: Eric Dumazet Date: Fri, 17 Sep 2010 18:56:18 +0000 (-0700) Subject: ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum X-Git-Tag: v2.6.37-rc1~147^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c9660831f6b6b76866a0838466c83765ffbbd3;p=pandora-kernel.git ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum To be able to switch on GRO on a device, ethtool_set_gro() checks this device provides a get_rx_csum() method. Some devices dont provide this method, while they do support RX checksumming. This patch allows bonding to support GRO : ethtool -K bond0 gro on Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed