From: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
To: Patrick McHardy <kaber@trash.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH v2 0/3] Add size table feature for qdiscs
Date: Sun, 20 Jul 2008 02:34:55 +0300 [thread overview]
Message-ID: <20080719233441.12596.91242.stgit@fate.lan> (raw)
Patch adds generic size table for qdiscs that is similiar to rate table
used by htb/tbf/cbq.
Changes since v1:
- ingress qdisc / actions handled too
- size of table is now dynamic
- add qdisc_enqueue_root wrapper
---
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 | 20 ++++++
include/linux/rtnetlink.h | 1
include/net/pkt_sched.h | 1
include/net/sch_generic.h | 50 +++++++++++++--
net/core/dev.c | 4 +
net/mac80211/wme.c | 2 -
net/sched/act_gact.c | 2 -
net/sched/act_ipt.c | 2 -
net/sched/act_mirred.c | 4 +
net/sched/act_nat.c | 2 -
net/sched/act_pedit.c | 2 -
net/sched/act_police.c | 8 +-
net/sched/act_simple.c | 2 -
net/sched/sch_api.c | 151 ++++++++++++++++++++++++++++++++++++++++++++-
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_ingress.c | 2 -
net/sched/sch_netem.c | 27 +++++---
net/sched/sch_prio.c | 5 +
net/sched/sch_red.c | 4 +
net/sched/sch_sfq.c | 16 ++---
net/sched/sch_tbf.c | 9 +--
net/sched/sch_teql.c | 6 +-
29 files changed, 302 insertions(+), 90 deletions(-)
--
next reply other threads:[~2008-07-19 23:34 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-19 23:34 Jussi Kivilinna [this message]
2008-07-19 23:35 ` [PATCH v2 1/3] net_sched: Add qdisc_enqueue wrapper Jussi Kivilinna
2008-07-19 23:35 ` [PATCH v2 2/3] net_sched: Add accessor function for packet length for qdiscs Jussi Kivilinna
2008-07-25 10:57 ` Jarek Poplawski
2008-07-25 10:57 ` David Miller
2008-07-25 11:37 ` Jarek Poplawski
2008-07-25 11:49 ` David Miller
2008-07-26 13:21 ` Patrick McHardy
2008-07-26 14:18 ` Jarek Poplawski
2008-07-30 10:47 ` Patrick McHardy
2008-07-30 11:19 ` Jarek Poplawski
2008-07-30 11:21 ` Patrick McHardy
2008-07-30 11:37 ` Jarek Poplawski
2008-07-30 11:40 ` Patrick McHardy
2008-07-30 11:48 ` David Miller
2008-07-30 11:52 ` Patrick McHardy
2008-07-30 12:19 ` Jarek Poplawski
2008-07-30 20:50 ` Jarek Poplawski
2008-07-25 11:53 ` Jarek Poplawski
2008-07-25 11:52 ` David Miller
2008-07-25 12:08 ` Jarek Poplawski
2008-07-25 12:16 ` David Miller
2008-07-25 12:29 ` Jussi Kivilinna
2008-07-25 12:54 ` Jarek Poplawski
2008-07-25 13:15 ` Jussi Kivilinna
2008-07-25 17:46 ` Jarek Poplawski
2008-07-25 18:02 ` Jarek Poplawski
2008-07-19 23:35 ` [PATCH v2 3/3] net_sched: Add size table " Jussi Kivilinna
2008-07-20 7:09 ` [PATCH v2 0/3] Add size table feature " David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080719233441.12596.91242.stgit@fate.lan \
--to=jussi.kivilinna@mbnet.fi \
--cc=kaber@trash.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).