]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bonding_4ad'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2014 00:10:17 +0000 (19:10 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2014 00:10:17 +0000 (19:10 -0500)
commit1407ab655f70974b3d2847371433c8f79a4a8e77
tree05879684b0f93bdbac3a0db4de021e9d9ce7b537
parentfe577b250a9752018bbd2762216f9ad8ad66626f
parenteb1bb7a26de93a33cec11def6637b25bb3659d3b
Merge branch 'bonding_4ad'

Xie Jianhua says:

====================
bonding: Introduce 4 AD link speed

The speed field of AD Port Key was based on bitmask, it supported 5
kinds of link speed at most, as there were only 5 bits in the speed
field of the AD Port Key.  This patches series change the speed type
(AD_LINK_SPEED_BITMASK) from bitmask to enum type in order to enhance
speed type from 5 to 32, and then introduce 4 AD link speed to fix
agg_bandwidth.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>