On Sun, Jun 5, 2016 at 1:55 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > On Sun, 2016-06-05 at 13:54 -0700, Eric Dumazet wrote: > >> BTW, we might need a similar fix in sch_fq.c > > I meant sch_sfq.c >
Potentially all of the following: net/sched/sch_choke.c: return NET_XMIT_CN; net/sched/sch_fifo.c: return NET_XMIT_CN; net/sched/sch_generic.c: return NET_XMIT_CN; net/sched/sch_gred.c: return NET_XMIT_CN; net/sched/sch_hhf.c: return NET_XMIT_CN; net/sched/sch_red.c: return NET_XMIT_CN; net/sched/sch_sfb.c: return NET_XMIT_CN; net/sched/sch_sfq.c: return NET_XMIT_CN;