Re: [ovs-dev] [PATCH v7 1/2] Avoid packet drop on LACP bond after link up

2019-06-10 Thread Ben Pfaff
On Sun, Jun 09, 2019 at 02:17:45PM +, Nitin Katiyar wrote: > Problem: > > The OVS state machine that enables and disables bond slaves runs in > the OVS main thread. The OVS code that processes received LACP packets > runs in a different thread. Until now, when the latter processes a

[ovs-dev] [PATCH v7 1/2] Avoid packet drop on LACP bond after link up

2019-06-09 Thread Nitin Katiyar
Problem: The OVS state machine that enables and disables bond slaves runs in the OVS main thread. The OVS code that processes received LACP packets runs in a different thread. Until now, when the latter processes a LACP PDU that should enable a slave, the slave was only enabled when the