From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Hookins Date: Sun, 08 Jan 2006 23:13:46 +0000 Subject: Re: [LARTC] HTB traffic shaping odd effects Message-Id: <43C19CAA.3040807@anchor.com.au> List-Id: References: <43BE1D93.2040409@anchor.com.au> In-Reply-To: <43BE1D93.2040409@anchor.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Denis Ovsienko wrote: >>tc qdisc add dev eth0 root handle 1: htb default 10 >>tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k > > Does the following help? > tc qdisc add dev eth0 root handle 1: htb default 1 > tc class add dev eth0 parent 1: classid 1:1 htb rate 81mbit burst 24k That seems a bit backward, limiting the total available bandwidth to enforce child class limits. Or is that how htb works, that the sum of the child classes must add up to no less than the parent class? In any case we have 100mbit available so I don't want to set it any lower than that, if possible. -- Regards, Oliver Hookins _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc