From: David Decotigny Date: Wed, 13 Apr 2011 15:22:31 +0000 (+0000) Subject: net-bonding: Adding support for throughputs larger than 65536 Mbps X-Git-Tag: v3.0-rc1~377^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d30530efbb811f875786d788ae1c5d79547c3a4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed