From: Eric Dumazet <[email protected]> Date: Tue, 15 Dec 2015 09:43:12 -0800
> From: Eric Dumazet <[email protected]> > > Stas Nichiporovich reported a regression in his HFSC qdisc setup > on a non multi queue device. > > It turns out I mistakenly added a TCQ_F_NOPARENT flag on all qdisc > allocated in qdisc_create() for non multi queue devices, which was > rather buggy. I was clearly mislead by the TCQ_F_ONETXQUEUE that is > also set here for no good reason, since it only matters for the root > qdisc. > > Fixes: 4eaf3b84f288 ("net_sched: fix qdisc_tree_decrease_qlen() races") > Reported-by: Stas Nichiporovich <[email protected]> > Tested-by: Stas Nichiporovich <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> Applied and queued up for -stable. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
