No. This was fixed by net/bonding: clear started state if start fails
There are several error paths where the bonding device may not start. Clear dev_started before we return if we take one of these paths. Fixes: 2efb58cbab6e ("bond: new link bonding library") Cc: sta...@dpdk.org Signed-off-by: Chas Williams <ch...@att.com> Acked-by: Radu Nicolau <radu.nico...@intel.com> which was less clumsy attempt at the fix. On Thu, Jun 14, 2018 at 1:10 PM Ferruh Yigit <ferruh.yi...@intel.com> wrote: > On 3/16/2018 4:34 PM, Chas Williams wrote: > > From: "Charles (Chas) Williams" <ch...@att.com> > > > > There are several error paths where the bonding device may not start. > > Don't set dev_started until we know that we are sure start is going > > to succeed. > > > > Fixes: 2efb58cbab ("bond: new link bonding library") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Chas Williams <ch...@att.com> > > Hi Chas, > > Is this patch still valid to consider for v18.08? > >