commit | 5d30530efbb811f875786d788ae1c5d79547c3a4 | [log] [tgz] |
---|---|---|
author | David Decotigny <decot@google.com> | Wed Apr 13 15:22:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 14 22:00:32 2011 -0700 |
tree | ba6c1b23aaf1eb5489ef5e95cc5a45da70bf1321 | |
parent | 65cce19c07756c2b2b51595c967dda93b0727027 [diff] |
net-bonding: Adding support for throughputs larger than 65536 Mbps This updates the bonding driver to support v2.6.27-rc3 enhancements (b11f8d8c aka. "ethtool: Expand ethtool_cmd.speed to 32 bits") which allow to encode the Mbps link speed on 32-bits (Max 4 Pbps) instead of 16 (Max 65536 Mbps). This patch also attempts to compact struct slave by reordering its fields. Signed-off-by: David Decotigny <decot@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>