[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1416386939-24591-1-git-send-email-Jianhua.Xie@freescale.com>
Date: Wed, 19 Nov 2014 16:48:57 +0800
From: Xie Jianhua <Jianhua.Xie@...escale.com>
To: <netdev@...r.kernel.org>
CC: Eric Dumazet <edumazet@...gle.com>,
Jay Vosburgh <j.vosburgh@...il.com>,
Veaceslav Falico <vfalico@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
"David S. Miller" <davem@...emloft.net>,
Jianhua Xie <Jianhua.Xie@...escale.com>
Subject: [PATCH v2 net-next 0/2] bonding: Introduce 4 AD link speed
From: Jianhua Xie <Jianhua.Xie@...escale.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists