Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] bonding: Introduce 4 AD link speed
@ 2014-11-19  8:48 Xie Jianhua
  2014-11-19  8:48 ` [PATCH 1/2] bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed Xie Jianhua
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xie Jianhua @ 2014-11-19  8:48 UTC (permalink / raw)
  To: netdev
  Cc: Eric Dumazet, Jay Vosburgh, Veaceslav Falico, Andy Gospodarek,
	David S. Miller, Jianhua Xie

From: Jianhua Xie <Jianhua.Xie@freescale.com>

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.

Jianhua Xie (2):
  bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed
  bonding: Introduce 4 AD link speed to fix agg_bandwidth

 drivers/net/bonding/bond_3ad.c | 102 ++++++++++++++++++++++++++++-------------
 1 file changed, 70 insertions(+), 32 deletions(-)

-- 
v2:
 * Use an enum type to instead of the bitmask, not expand speed field, 

v1:
 * Compress RFC patches #2 to #5 into one single patch.
 * Fix inexact commit information.

2.1.0.27.g96db324

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-21 22:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19  8:48 [PATCH v2 net-next 0/2] bonding: Introduce 4 AD link speed Xie Jianhua
2014-11-19  8:48 ` [PATCH 1/2] bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed Xie Jianhua
2014-11-19  8:48 ` [PATCH 2/2] bonding: Introduce 4 AD link speed to fix agg_bandwidth Xie Jianhua
2014-11-20  0:10 ` [PATCH v2 net-next 0/2] bonding: Introduce 4 AD link speed David Miller
2014-11-21 22:16 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox