Re: [dpdk-dev] [PATCH] net/bonding: set dev_started later

2018-06-14 Thread Chas Williams
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...@dpd

Re: [dpdk-dev] [PATCH] net/bonding: set dev_started later

2018-06-14 Thread Ferruh Yigit
On 3/16/2018 4:34 PM, Chas Williams wrote: > From: "Charles (Chas) Williams" > > 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

[dpdk-dev] [PATCH] net/bonding: set dev_started later

2018-03-16 Thread Chas Williams
From: "Charles (Chas) Williams" 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 --- drive