From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/bonding: fix race condition Date: Sun, 05 Aug 2018 02:09:55 +0200 Message-ID: <4332553.iuNVInD0Ug@xps> References: <1532080957-26940-1-git-send-email-radu.nicolau@intel.com> <1532511580-2631-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Chas Williams <3chas3@gmail.com>, Declan Doherty , Chas Williams , Ferruh Yigit , stable@dpdk.org To: Radu Nicolau Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/07/2018 12:55, Chas Williams: > On Wed, Jul 25, 2018 at 5:46 AM Radu Nicolau wrote: > > > 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 > > > > Acked-by: Chas Williams Applied, thanks