From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH] net/bonding: set started flag at the end of dev start Date: Wed, 25 Jul 2018 09:53:00 +0100 Message-ID: References: <1532080957-26940-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Declan Doherty , Chas Williams , stable@dpdk.org To: Chas Williams <3chas3@gmail.com> Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/24/2018 3:34 PM, Chas Williams wrote: > I think this adds another race.  In > bond_ethdev_slave_link_status_change_monitor(), it checks to see if > bonding is started, if not it exits.  So you need to have dev_started > = 1 set before you enable this callback. > Indeed, I will have another look at this. Thanks for reviewing! Can you also have a look at this one? https://patches.dpdk.org/patch/43187/ I think I addressed all your previous feedback.