Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] borrowing only from parent
Date: Fri, 26 Apr 2002 10:21:03 +0000	[thread overview]
Message-ID: <marc-lartc-101981666403308@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101981613202993@msgid-missing>

On Friday 26 April 2002 12:14, Anton Yurchenko wrote:
> Hello,
>
> for example I have a parent class 1:1 defined as:
>
> tc qdisc add dev eth0 root handle 1: htb default 12
>
> # shape at 15 kbit almost no borrowing and no bursts
> tc class add dev eth0 parent 1: classid 1:1 htb rate 15kbit ceil 1kbit
> burst 1b cburst 1b
>
> # and sibling classes
> # shape at 5kbit and borrow up to 5 kbit no burst
> tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5kbit ceil 5kbit
> burst 1b cburst 1b # shape at 10kbit and borrow up to 10 kbit no burst
> tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbit ceil 10kbps
> burst 1b cburst 1b
Try ceil 15kbit for the  class 1:10 and 1:11.
And 15kbit is a very low speed to shape at.  Why are you doing so ?  And you 
also typed kbps, but kbps = kilobyte/s = 8 kilobit/s = 8 kbit.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  reply	other threads:[~2002-04-26 10:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-26 10:14 [LARTC] borrowing only from parent Anton Yurchenko
2002-04-26 10:21 ` Stef Coene [this message]
2002-04-26 10:48 ` Martin Devera

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=marc-lartc-101981666403308@msgid-missing \
    --to=stef.coene@docum.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox