From: Andrew Beverley <andy@andybev.com>
To: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Cc: Jesper Dangaard Brouer <hawk@diku.dk>,
Julien Vehent <julien@linuxwall.info>,
"Philip A. Prindeville" <philipp_subx@redfish-solutions.com>,
Netdev <netdev@vger.kernel.org>,
netfilter <netfilter@vger.kernel.org>,
hawk@comx.dk
Subject: Re: QoS weirdness : HTB accuracy
Date: Wed, 11 Aug 2010 18:59:06 +0100 [thread overview]
Message-ID: <1281549546.1432.248.camel@andybev> (raw)
In-Reply-To: <20100707180753.104124gv6yvtou9s@hayate.sektori.org>
On Wed, 2010-07-07 at 18:07 +0300, Jussi Kivilinna wrote:
> >>>> I was, in fact, an error in my ruleset. I had put the 'linklayer atm' at
> >>>> both the branch and leaf levels, so the overhead was computed twice,
> >>>> creating those holes in the bandwidth.
> >>>
> >>> I am seeing similar behaviour with my setup. Am I making the same
> >>> mistake? A subset of my rules is as follows:
> >>>
> >>> tc qdisc add dev ppp0 root handle 1: htb r2q 1
> >>>
> >>> tc class add dev ppp0 parent 1: classid 1:1 htb \
> >>> rate ${DOWNLINK}kbit ceil ${DOWNLINK}kbit \
> >>> overhead $overhead linklayer atm <------- Here
> >>>
> >>> tc class add dev ppp0 parent 1:1 classid 1:10 htb \
> >>> rate 612kbit ceil 612kbit prio 0 \
> >>> overhead $overhead linklayer atm <------- And here
> >>>
> >>> tc qdisc add dev ppp0 parent 1:10 handle 4210: \
> >>> sfq perturb 10 limit 50
> >>>
> >>> tc filter add dev ppp0 parent 1:0 protocol ip \
> >>> prio 10 handle 10 fw flowid 1:10
> >>
> >> I removed the overhead option on the first leaf, and the speeds change
> >> to what I expect. However, the rules above are taken straight from the
> >> ADSL Optimizer project, which was the source of the original overhead
> >> patch for tc. So is the ADSL Optimizer project wrong?
> >
> > After looking at the HTB kernel code I believe that the ADSL
> > Optimizer project is NOT wrong. You should/must set the linklayer
> > option on both the root class and leaf (else you would be charging
> > the root/parent node too little).
> >
>
> It's been while I looked at the linklayer/size-table code, but if I
> remember right overhead is calculated with first linklayer packet sees
> in qdisc. So when packet goes to leaf with 'linklayer atm', packet get
> packet size with overhead for ATM and root linklayer is not used for
> that packet. Because of this you can have leafs with different
> overheads (pppoe, ipv6-tunnel, etc, with ) and all get right
> overhead... ..
>
> ..
>
> ...Uh oh...
>
> HTB still has linklayer/overhead of its own, I was talking about the
> generic linklayer code that can be used with all qdiscs. Never mind,
> sorry.
Ah, I hadn't come across the tc-stab functionality until now. So that
does exactly the same for all qdiscs as the original ATM patch does for
HTB? But they work slightly differently as you have alluded to above?
Andy
next prev parent reply other threads:[~2010-08-11 17:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-25 18:06 QoS weirdness : HTB accuracy Julien Vehent
2010-05-19 0:07 ` Philip A. Prindeville
2010-05-22 14:29 ` Julien Vehent
2010-06-10 21:22 ` Andrew Beverley
2010-07-04 17:50 ` Andrew Beverley
2010-07-07 13:07 ` Jesper Dangaard Brouer
2010-07-07 15:07 ` Jussi Kivilinna
2010-08-11 17:59 ` Andrew Beverley [this message]
2010-08-14 17:27 ` Jussi Kivilinna
2010-08-11 14:27 ` Andrew Beverley
2010-07-07 11:40 ` Jesper Dangaard Brouer
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=1281549546.1432.248.camel@andybev \
--to=andy@andybev.com \
--cc=hawk@comx.dk \
--cc=hawk@diku.dk \
--cc=julien@linuxwall.info \
--cc=jussi.kivilinna@mbnet.fi \
--cc=netdev@vger.kernel.org \
--cc=netfilter@vger.kernel.org \
--cc=philipp_subx@redfish-solutions.com \
/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).