All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Klauer <Andreas.Klauer@metamorpher.de>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] What is the reccomended minimum rate for leaf htb class
Date: Wed, 06 Oct 2004 08:14:38 +0000	[thread overview]
Message-ID: <4163A96E.5090607@metamorpher.de> (raw)
In-Reply-To: <20041006073827.5C1826CB7C7@mail.caucasus.net>

Zviad O. Giorgadze wrote:
> # Class for GLOBAL traffic
> tc class add dev eth0 parent 1:1 classid 1:20 htb rate 115kbit ceil 1mbit

Does different rate / ceil for the root class make sense?

> # Classes for PC-s
> tc class add dev eth0 parent 1:20 classid 1:21 htb rate 48kbit ceil 1mbit prio 2
> tc class add dev eth0 parent 1:20 classid 1:22 htb rate 24kbit ceil 1mbit prio 3
> tc class add dev eth0 parent 1:20 classid 1:23 htb rate 12kbit ceil 1mbit prio 5
> tc class add dev eth0 parent 1:20 classid 1:24 htb rate 12kbit ceil 1mbit prio 5
> tc class add dev eth0 parent 1:20 classid 1:25 htb rate 12kbit ceil 1mbit prio 5

I guess class 1:21 gets to borrow all the traffic up to 1mbit and the 
others get nothing at all. You really want that? These rates and prios 
don't make sense to me, what do you intend to do?

I'd remove the prio parameter, increase global traffic class rate to 
1mbit, and increase PC class rates so that they add up to 1mbit.

Andreas
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  reply	other threads:[~2004-10-06  8:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-06  7:39 [LARTC] What is the reccomended minimum rate for leaf htb class for accurate operation? Zviad O. Giorgadze
2004-10-06  8:14 ` Andreas Klauer [this message]
2004-10-06  8:47 ` mjoachimiak
2004-10-06 10:00 ` [LARTC] What is the reccomended minimum rate for leaf htb classfor Andreas Klauer
2004-10-06 10:54 ` [LARTC] What is the reccomended minimum rate for leaf htb classfor accurate operation? mjoachimiak
2004-10-06 11:01 ` [LARTC] What is the reccomended minimum rate for leaf htb classfor Andreas Klauer
2004-10-06 14:09 ` [LARTC] What is the reccomended minimum rate for leaf htb class for gypsy
2004-10-06 19:05 ` [LARTC] What is the reccomended minimum rate for leaf htb class for accurate operation? Stef Coene
2004-10-07  6:54 ` Re: [LARTC] What is the reccomended minimum rate for leaf htb class foraccurate operation? Zviad O. Giorgadze
2004-10-07  7:03 ` Re: [LARTC] What is the reccomended minimum rate for leaf htb class for accurate operation? Zviad O. Giorgadze
2004-10-07  7:53 ` [LARTC] What is the reccomended minimum rate for leaf htb classfor " mjoachimiak
2004-10-07 14:29 ` [LARTC] What is the reccomended minimum rate for leaf htb classfor 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=4163A96E.5090607@metamorpher.de \
    --to=andreas.klauer@metamorpher.de \
    --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.