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

Chas Williams 3chas3 at gmail.com
Thu Jun 14 22:22:58 CEST 2018


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: stable at dpdk.org

    Signed-off-by: Chas Williams <chas3 at att.com>
    Acked-by: Radu Nicolau <radu.nicolau at intel.com>

which was less clumsy attempt at the fix.

On Thu, Jun 14, 2018 at 1:10 PM Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> On 3/16/2018 4:34 PM, Chas Williams wrote:
> > From: "Charles (Chas) Williams" <chas3 at 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: stable at dpdk.org
> >
> > Signed-off-by: Chas Williams <chas3 at att.com>
>
> Hi Chas,
>
> Is this patch still valid to consider for v18.08?
>
>


More information about the stable mailing list