net/bonding: fix LACP slave deactivate behavioral
authorDeclan Doherty <declan.doherty@intel.com>
Fri, 6 Oct 2017 09:21:12 +0000 (10:21 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:57 +0000 (01:36 +0100)
commit5840f427120c8e5c5d8557fe67da056a20f18888
tree7e2a4ae5feaf8cc8eb484aaed479d21a367857d8
parent7e9b4e58d5e086608a8eb539ecc3aee49e0c8ac4
net/bonding: fix LACP slave deactivate behavioral

During a link down event of a port participating in a LACP 802.3ad
bond the current behavior can cause all ports to be deselected
and temporarily stop all traffic on the bond, causing unexpected
traffic loss across all ports and not just the port which was
affected by the link down event.

Fixes: 46fb43683679 ("bond: add mode 4")
Cc: stable@dpdk.org
Signed-off-by: Declan Doherty <declan.doherty@intel.com>
drivers/net/bonding/rte_eth_bond_8023ad.c