Re: [Patch net] sch_hfsc: always keep backlog updated

2016-06-03 Thread David Miller
From: Cong Wang Date: Wed, 1 Jun 2016 16:15:15 -0700 > hfsc updates backlog lazily, that is only when we > dump the stats. This is problematic after we begin to > update backlog in qdisc_tree_reduce_backlog(). > > Reported-by: Stas Nichiporovich > Tested-by: Stas Nichiporovich > Fixes: 2f

[Patch net] sch_hfsc: always keep backlog updated

2016-06-01 Thread Cong Wang
hfsc updates backlog lazily, that is only when we dump the stats. This is problematic after we begin to update backlog in qdisc_tree_reduce_backlog(). Reported-by: Stas Nichiporovich Tested-by: Stas Nichiporovich Fixes: 2f5fb43f ("net_sched: update hierarchical backlog too") Cc: Jamal Hadi S