netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next v3 0/4] net_sched: update backlog for hierarchical qdisc's
@ 2016-02-25 22:54 Cong Wang
  2016-02-25 22:55 ` [Patch net-next v3 1/4] net_sched: introduce qdisc_replace() helper Cong Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Cong Wang @ 2016-02-25 22:54 UTC (permalink / raw)
  To: netdev; +Cc: Cong Wang

For hierarchical qdisc like HTB, we currently only update its qlen
but leave its backlog as zero:

    qdisc htb 1: dev eth0 root refcnt 2 r2q 10 default 1 direct_packets_stat 0 ver 3.17
     Sent 172680457356 bytes 222469449 pkt (dropped 0, overlimits 123575834 requeues 0)
     backlog 0b 72p requeues 0

This patchset makes backlog as accurate as qlen.

---
v3: rebase and fix the n==0 case for qdisc_tree_reduce_backlog()
v2: rebase and update changelog, not code change

Cong Wang (4):
  net_sched: introduce qdisc_replace() helper
  net_sched: update hierarchical backlog too
  sch_htb: update backlog as well
  sch_dsmark: update backlog as well

 include/net/codel.h       |  4 ++++
 include/net/sch_generic.h | 20 +++++++++++++++++++-
 net/sched/sch_api.c       |  8 +++++---
 net/sched/sch_cbq.c       | 12 ++++--------
 net/sched/sch_choke.c     |  6 ++++--
 net/sched/sch_codel.c     | 10 ++++++----
 net/sched/sch_drr.c       |  9 +++------
 net/sched/sch_dsmark.c    | 11 ++++-------
 net/sched/sch_fq.c        |  4 +++-
 net/sched/sch_fq_codel.c  | 17 ++++++++++++-----
 net/sched/sch_hfsc.c      |  9 +++------
 net/sched/sch_hhf.c       | 10 +++++++---
 net/sched/sch_htb.c       | 24 +++++++++++-------------
 net/sched/sch_multiq.c    | 16 ++++++----------
 net/sched/sch_netem.c     | 13 +++----------
 net/sched/sch_pie.c       |  5 +++--
 net/sched/sch_prio.c      | 15 +++++----------
 net/sched/sch_qfq.c       |  9 +++------
 net/sched/sch_red.c       | 10 +++-------
 net/sched/sch_sfb.c       | 10 +++-------
 net/sched/sch_sfq.c       | 16 +++++++++-------
 net/sched/sch_tbf.c       | 15 ++++++---------
 22 files changed, 126 insertions(+), 127 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-29 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 22:54 [Patch net-next v3 0/4] net_sched: update backlog for hierarchical qdisc's Cong Wang
2016-02-25 22:55 ` [Patch net-next v3 1/4] net_sched: introduce qdisc_replace() helper Cong Wang
2016-02-25 22:55 ` [Patch net-next v3 2/4] net_sched: update hierarchical backlog too Cong Wang
2016-02-25 22:55 ` [Patch net-next v3 3/4] sch_htb: update backlog as well Cong Wang
2016-02-25 22:55 ` [Patch net-next v3 4/4] sch_dsmark: " Cong Wang
2016-02-29 22:03 ` [Patch net-next v3 0/4] net_sched: update backlog for hierarchical qdisc's David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).