Re: [PATCH v2] net/bonding: fix race condition
From: Thomas Monjalon <hidden>
Date: 2018-08-05 00:09:55
From: Thomas Monjalon <hidden>
Date: 2018-08-05 00:09:55
27/07/2018 12:55, Chas Williams:
On Wed, Jul 25, 2018 at 5:46 AM Radu Nicolau [off-list ref] wrote:quoted
Race condition can appear in the bond_mode_8023ad_periodic_cb() callback when bonding port is stopped, reconfigured and restarted. Re-ordered calls in bond_ethdev_start() to have callback alarm set after slave ports are reconfigured. Fixes: 2efb58cbab6e ("bond: new link bonding library") Cc: stable@dpdk.org Signed-off-by: Radu Nicolau <redacted>Acked-by: Chas Williams <redacted>
Applied, thanks