Re: [dpdk-dev] [PATCH v2] net/bonding: clear dev_started if start fails

2018-04-05 Thread Radu Nicolau
On 3/23/2018 5:05 PM, Chas Williams wrote: From: "Charles (Chas) Williams" 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: 2efb58cbab ("bond: new link bonding library") Cc: sta...@dpdk.org Signed-

[dpdk-dev] [PATCH v2] net/bonding: clear dev_started if start fails

2018-03-23 Thread Chas Williams
From: "Charles (Chas) Williams" 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: 2efb58cbab ("bond: new link bonding library") Cc: sta...@dpdk.org Signed-off-by: Chas Williams --- drivers/net/bonding