From: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] tc doesn't shape correct
Date: Mon, 03 Dec 2007 10:05:08 +0000 [thread overview]
Message-ID: <4753D4D4.9000207@gmail.com> (raw)
In-Reply-To: <474D4633.2070704@inuits.be>
Johan Huysmans wrote:
> Here is my tc config, maybe something is wrong with that config:
>
> /sbin/tc qdisc del dev bond1 root
> /sbin/tc qdisc add dev bond1 root handle 1: htb default 1
> /sbin/tc class add dev bond1 parent 1: classid 1:1 htb rate 1000mbit
> burst 1310720
> /sbin/tc class add dev bond1 parent 1: classid 1:2 htb rate 30mbit
> burst 39321
> /sbin/tc class add dev bond1 parent 1: classid 1:3 htb rate 10mbit
> burst 13107
I think you should try to set "quantum" parameter of all leaf classes to
the value at least as high as MTU, e.g. 1500 for Ethernet, and to
increase the burst of 1:3 class.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next prev parent reply other threads:[~2007-12-03 10:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-28 10:42 [LARTC] tc doesn't shape correct Johan Huysmans
2007-12-03 8:57 ` Johan Huysmans
2007-12-03 10:05 ` Stanislav Kruchinin [this message]
2007-12-03 12:05 ` Johan Huysmans
2007-12-07 15:00 ` Andy Furniss
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=4753D4D4.9000207@gmail.com \
--to=stanislav.kruchinin@gmail.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.