[dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix invalid link status
Ferruh Yigit
ferruh.yigit at intel.com
Mon Feb 18 17:21:29 CET 2019
On 2/14/2019 7:11 PM, Chas Williams wrote:
> From: Chas Williams <chas3 at att.com>
>
> Copying the link properties of the first slave added may copy an
> invalid link status. The speed and duplex of the slave may not
> be known at this time. Delay setting the properties until the
> first slave reports as link up. Note that we are still ignoring
> an error from link_properties_valid. For some bonding modes,
> 802.3ad, we should not activate the slave if it does not have
> matching link properties.
>
> Fixes: a45b288ef21a ("bond: support link status polling")
> Cc: stable at dpdk.org
> Signed-off-by: Chas Williams <chas3 at att.com>
Applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list