From: Sha Zhang Date: Mon, 22 May 2017 07:52:11 +0000 (+0800) Subject: net/bonding: fix when NTT flag updated X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=95efa3cd649163094a7b0536d0a01d68f4267d3a;hp=95efa3cd649163094a7b0536d0a01d68f4267d3a;p=dpdk.git net/bonding: fix when NTT flag updated According to the standard, state machine of LACP should transmit lacpdu when partner's state changes from slow to fast, rather than from fast to slow. Fixes: 46fb43683679 ("bond: add mode 4") Cc: stable@dpdk.org Signed-off-by: Sha Zhang Acked-by: Declan Doherty ---