lacp: faster convergence for slow-rate config option 61/11461/2
authorSteven <sluong@cisco.com>
Thu, 29 Mar 2018 17:35:41 +0000 (10:35 -0700)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 30 Mar 2018 20:44:56 +0000 (20:44 +0000)
commitdd4889e21cb15df541cf3b2c2d8bb971ce460359
tree8725f6c47f27e754e9712816c7b15e4db596c421
parent70488ab7f87096534aaadd7eab30e8515ac3d60d
lacp: faster convergence for slow-rate config option

Do fast-rate if we are not yet synchronized with the partner.

Stop sending LACP updates as a flash in the worker thread. Just expire the
timer and let the lacp_process handle sending LACP PDU.

Change-Id: I8b36fe74e752e7f45bd4a8d70512c0341cc197a1
Signed-off-by: Steven <sluong@cisco.com>
src/plugins/lacp/lacp.c
src/plugins/lacp/mux_machine.c
src/plugins/lacp/ptx_machine.c
src/plugins/lacp/ptx_machine.h
src/plugins/lacp/rx_machine.c
src/plugins/lacp/tx_machine.c