From: Andy Furniss <andy.furniss@dsl.pipex.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HTB and PRIO qdiscs introducing extra latency when output
Date: Wed, 27 Jul 2005 21:53:11 +0000 [thread overview]
Message-ID: <42E80247.7010100@dsl.pipex.com> (raw)
In-Reply-To: <1122460110.8454.11.camel@pgala.it.nuigalway.ie>
Jonathan Lynch wrote:
> Andy, Many thanks for your reply. Below is some output from the queueing
> disciplines to show that the filters are working correctly and they are
> going to the right classes.
OK classification looks good then.
>
> pass_on means if no class id equal to the result of the filter is found
> then try next filter, which is the BE class in this case.
Ahh I'll have to play with this dsmark stuff one day :-)
>
> So back to the main question, could anyone tell me why the delay is so
> high (30ms) for VoIP packets which are treated with the EF phb when the
> outgoing interface of core router to network c is saturated ?
I would test next with htb setup like (assuming you are HZ\x1000 - you
will be under rate if not) -
...
tc class add dev $1 parent 2:0 classid 2:1 htb rate 90Mbit ceil 90Mbit
quantum 1500 burst 12k cburst 12k
tc class add dev $1 parent 2:1 classid 2:10 htb rate 1500kbit ceil
90Mbit quantum 1500 burst 12k cburst 12k
...
tc class add dev $1 parent 2:1 classid 2:20 htb rate 5Mbit ceil 90Mbit
quantum 1500 burst 12k cburst 12k
...
If that doesn't make things any better then you could try giving the
2:10 class a rate alot higher than it needs and see if that helps.
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next prev parent reply other threads:[~2005-07-27 21:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-27 10:28 [LARTC] HTB and PRIO qdiscs introducing extra latency when Jonathan Lynch
2005-07-27 13:25 ` [LARTC] HTB and PRIO qdiscs introducing extra latency when output Andy Furniss
2005-07-27 15:37 ` Jonathan Lynch
2005-07-27 21:53 ` Andy Furniss [this message]
2005-07-28 16:37 ` Jonathan Lynch
2005-07-28 21:49 ` Andy Furniss
2005-08-02 20:59 ` Jonathan Lynch
2005-08-03 14:04 ` Andy Furniss
2005-08-03 19:32 ` Andy Furniss
2005-08-04 18:06 ` Andy Furniss
2005-10-19 10:59 ` Andy Furniss
-- strict thread matches above, loose matches on Subject: below --
2005-08-10 18:37 Jonathan Lynch
2005-08-11 16:36 ` Andy Furniss
2005-08-20 20:51 Jonathan Lynch
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=42E80247.7010100@dsl.pipex.com \
--to=andy.furniss@dsl.pipex.com \
--cc=lartc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.