[PATCH v2 net] bonding: fix 802.3ad state sent to partner when unbinding slave

2018-11-27 Thread Toni Peltonen
buting to when doing similar port disabling/detaching/removing change. With this patch kernel implementation would behave the same way and ensure partner doesn't consider our actor viable anymore. Signed-off-by: Toni Peltonen --- v2 changes: * Fix typo in commit message * Also clear AD_STATE_SYNCHRONI

Re: [PATCH net] bonding: fix 802.3ad state sent to partner when unbinding slave

2018-11-27 Thread Toni Peltonen
On Mon, Nov 26, 2018 at 04:29:58PM -0800, Jay Vosburgh wrote: > Toni Peltonen wrote: > > >Previously when unbinding a slave the 802.3ad implementation only told > >partner that the port is not suitable for aggregation by setting the port > >aggregation state from ag

[PATCH net] bonding: fix 802.3ad state sent to partner when unbinding slave

2018-11-26 Thread Toni Peltonen
kernel implementation would behave the same way and ensure partner doesn't consider our actor viable anymore. Signed-off-by: Toni Peltonen --- drivers/net/bonding/bond_3ad.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c