Re: [PATCH net 1/3] bonding: fix 802.3ad support for 5G and 50G speeds

2017-06-08 Thread David Miller
From: Nicolas Dichtel Date: Thu, 8 Jun 2017 11:18:11 +0200 > From: Thibaut Collet > > This patch adds [5|50] Gbps enum definition, and fixes > aggregated bandwidth calculation based on above slave links. > > Fixes: c9a70d43461d ("net-next:

Re: [PATCH net 1/3] bonding: fix 802.3ad support for 5G and 50G speeds

2017-06-08 Thread Andy Gospodarek
On Thu, Jun 08, 2017 at 11:18:11AM +0200, Nicolas Dichtel wrote: > From: Thibaut Collet > > This patch adds [5|50] Gbps enum definition, and fixes > aggregated bandwidth calculation based on above slave links. > > Fixes: c9a70d43461d ("net-next: ethtool: Added port

[PATCH net 1/3] bonding: fix 802.3ad support for 5G and 50G speeds

2017-06-08 Thread Nicolas Dichtel
From: Thibaut Collet This patch adds [5|50] Gbps enum definition, and fixes aggregated bandwidth calculation based on above slave links. Fixes: c9a70d43461d ("net-next: ethtool: Added port speed macros.") Signed-off-by: Thibaut Collet