From: Eric Dumazet <eric.dumazet@gmail.com>
To: "John A. Sullivan III" <jsullivan@opensourcedevel.com>
Cc: netdev@vger.kernel.org
Subject: Re: SFQ on HFSC leaf does not seem to work
Date: Fri, 23 Dec 2011 18:06:16 +0100 [thread overview]
Message-ID: <1324659976.4540.12.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> (raw)
In-Reply-To: <1324658658.10184.613.camel@denise.theartistscloset.com>
Le vendredi 23 décembre 2011 à 11:44 -0500, John A. Sullivan III a
écrit :
> On Fri, 2011-12-23 at 17:16 +0100, Eric Dumazet wrote:
> > Le vendredi 23 décembre 2011 à 10:26 -0500, John A. Sullivan III a
> > écrit :
> >
> > > Yes. This is a problem I have with netem on ingress traffic. I use the
> > > filter on ffff: to redirect to ifb0 for the ingress traffic shaping. I
> > > cannot figure out a way to redirect a second time to ifb1 for the netem
> > > qdisc. I tried putting two action mirred statements in the filter but
> > > that did not work. Unlike eth1, I cannot attach a filter further down
> > > the ifb0 hfsc hierarchy because one can't redirect one ifb into another
> > > ifb. Thus, the only way I could figure out how to do inbound netem was
> > > to replace the terminal qdisc with netem rather than SFQ. I'd love to
> > > be able to do that differently. I tried attaching netem to the SFQ but
> > > that failed (I assume because SFQ is classless) and I tried the other
> > > way around, attaching SFQ to netem since you mentioned netem could take
> > > a class but that did not work either.
> >
> > Unfortunately, netem wants to control skbs itself, in a fifo queue.
> >
> > To implement what you want, we would need to setup a second qdisc,
> > and when packets are dequeued from internal netem fifo, queue them in
> > second qdisc.
> >
> >
> >
> I thought I tried to do that but I must have done it incorrectly. I
> would think something like:
>
> tc qdisc add dev eth1 ingress
> tc filter add dev eth1 parent ffff: protocol ip prio 50 u32 match u32 0 0 action mirred egress redirect dev ifb0
> tc qdisc add dev ifb0 root handle 4 netem delay 25ms 5ms distribution normal loss 0.1% 30%
> tc qdisc add dev ifb0 parent 4:0 handle 1: hfsc default 20
>
> but I get:
> root@testswitch01:~# tc qdisc add dev ifb0 parent 4:0 handle 1: hfsc default 20
> RTNETLINK answers: Operation not supported
>
> What did I do wrong? Thanks - John
>
Maybe I was not clear :
netem currently uses a fifo queue, you cant change this, without
patching kernel.
next prev parent reply other threads:[~2011-12-23 17:06 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-23 6:00 SFQ on HFSC leaf does not seem to work John A. Sullivan III
2011-12-23 6:32 ` Dave Taht
2011-12-23 6:40 ` John A. Sullivan III
2011-12-23 7:08 ` John A. Sullivan III
2011-12-23 8:10 ` Eric Dumazet
2011-12-23 13:13 ` John A. Sullivan III
2011-12-23 13:45 ` Eric Dumazet
2011-12-23 14:00 ` Eric Dumazet
2011-12-23 14:38 ` John A. Sullivan III
2011-12-23 14:59 ` Eric Dumazet
2011-12-23 15:26 ` John A. Sullivan III
2011-12-23 16:16 ` Eric Dumazet
2011-12-23 16:44 ` John A. Sullivan III
2011-12-23 17:06 ` Eric Dumazet [this message]
2011-12-23 17:17 ` Eric Dumazet
2011-12-23 17:33 ` John A. Sullivan III
2011-12-23 17:35 ` John A. Sullivan III
2011-12-23 21:10 ` John A. Sullivan III
2011-12-23 22:24 ` Eric Dumazet
2011-12-23 17:20 ` John A. Sullivan III
2011-12-31 22:17 ` John A. Sullivan III
2011-12-23 15:19 ` [PATCH net-next] sch_hfsc: report backlog information Eric Dumazet
2011-12-23 21:52 ` 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=1324659976.4540.12.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC \
--to=eric.dumazet@gmail.com \
--cc=jsullivan@opensourcedevel.com \
--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