netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Add generic size table for qdiscs
@ 2008-07-17 10:09 Jussi Kivilinna
  2008-07-17 10:09 ` [PATCH RFC 1/3] net_sched: Add qdisc_enqueue wrapper Jussi Kivilinna
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jussi Kivilinna @ 2008-07-17 10:09 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netdev

[Resend one patch per mail]

Here's first version of generic size table feature. Didn't get chance to
test too much yet but hfsc&sfq seems to be ok.

---

Jussi Kivilinna (3):
      net_sched: Add size table for qdiscs
      net_sched: Add accessor function for packet length for qdiscs
      net_sched: Add qdisc_enqueue wrapper


 include/linux/pkt_sched.h |   21 ++++++++
 include/linux/rtnetlink.h |    1
 include/net/pkt_sched.h   |    1
 include/net/sch_generic.h |   50 +++++++++++++++++--
 net/core/dev.c            |    3 +
 net/mac80211/wme.c        |    2 -
 net/sched/sch_api.c       |  117 ++++++++++++++++++++++++++++++++++++++++++++-
 net/sched/sch_atm.c       |    6 +-
 net/sched/sch_cbq.c       |   19 +++----
 net/sched/sch_dsmark.c    |    4 +-
 net/sched/sch_fifo.c      |    2 -
 net/sched/sch_generic.c   |    1
 net/sched/sch_gred.c      |   12 ++---
 net/sched/sch_hfsc.c      |   16 +++---
 net/sched/sch_htb.c       |   12 ++---
 net/sched/sch_netem.c     |   26 ++++++----
 net/sched/sch_prio.c      |    5 +-
 net/sched/sch_red.c       |    4 +-
 net/sched/sch_sfq.c       |   16 +++---
 net/sched/sch_tbf.c       |   12 +++--
 net/sched/sch_teql.c      |    6 +-
 21 files changed, 259 insertions(+), 77 deletions(-)

--

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

end of thread, other threads:[~2008-07-21 13:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 10:09 [PATCH RFC 0/3] Add generic size table for qdiscs Jussi Kivilinna
2008-07-17 10:09 ` [PATCH RFC 1/3] net_sched: Add qdisc_enqueue wrapper Jussi Kivilinna
2008-07-17 10:10   ` Patrick McHardy
2008-07-17 10:09 ` [PATCH RFC 2/3] net_sched: Add accessor function for packet length for qdiscs Jussi Kivilinna
2008-07-17 10:11   ` Patrick McHardy
2008-07-17 11:33     ` Jussi Kivilinna
2008-07-17 10:09 ` [PATCH RFC 3/3] net_sched: Add size table " Jussi Kivilinna
2008-07-17 10:30   ` Patrick McHardy
2008-07-17 18:02     ` Jussi Kivilinna
2008-07-21 13:00       ` Patrick McHardy
2008-07-21 13:03         ` Jussi Kivilinna

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).