git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457e9d2
)
ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 17 Sep 2010 18:56:18 +0000
(11:56 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 17 Sep 2010 18:56:18 +0000
(11:56 -0700)
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found