Re: [PATCH net-next v2] bonding: warn user when 802.3ad speed is unknown

2017-06-10 Thread David Miller
From: Nicolas Dichtel Date: Fri, 9 Jun 2017 17:58:08 +0200 > Goal is to advertise the user when ethtool speeds and 802.3ad speeds are > desynchronized. > When this case happens, the kernel needs to be patched. > > Suggested-by: Andrew Lunn > Signed-off-by: Nicolas Dichtel Applied, thanks Nic

[PATCH net-next v2] bonding: warn user when 802.3ad speed is unknown

2017-06-09 Thread Nicolas Dichtel
Goal is to advertise the user when ethtool speeds and 802.3ad speeds are desynchronized. When this case happens, the kernel needs to be patched. Suggested-by: Andrew Lunn Signed-off-by: Nicolas Dichtel --- Here is another proposal. Comments are welcome. v2: use pr_warn_once() warn only whe