Re: [Patch net] sch_prio: update backlog as well

2016-06-03 Thread David Miller
From: Cong Wang Date: Wed, 1 Jun 2016 16:15:16 -0700 > We need to update backlog too when we update qlen. > > Joint work with Stas. > > Reported-by: Stas Nichiporovich > Tested-by: Stas Nichiporovich > Fixes: 2f5fb43f ("net_sched: update hierarchical backlog too") > Cc: Jamal Hadi Salim

[Patch net] sch_prio: update backlog as well

2016-06-01 Thread Cong Wang
We need to update backlog too when we update qlen. Joint work with Stas. Reported-by: Stas Nichiporovich Tested-by: Stas Nichiporovich Fixes: 2f5fb43f ("net_sched: update hierarchical backlog too") Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/sch_prio.c | 4 1 file ch