[dpdk-stable] [dpdk-dev] [PATCH 2/2] net/bonding: always update bonding link status

Ferruh Yigit ferruh.yigit at intel.com
Thu Jun 14 19:05:57 CEST 2018


On 5/18/2018 12:22 AM, Chas Williams wrote:
> From: Chas Williams <chas3 at att.com>
> 
> When the first ETH_LINK_UP slave is added to a bonding device, it is
> immediately activated.  If these are polling slaves, there will be a
> later link state event, when last_link_status doesn't match link_status.
> But because this slave is already activated, the bonding device's link
> status isn't updated.
> 
> To fix this, we always attempt to update the bonding device's link status
> in the link state change callback.
> 
> Fixes: 46fb43683679 ("bond: add mode 4")
> 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 stable mailing list