All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gery Kahn <geryk@sphera.com>
To: lartc@vger.kernel.org
Subject: RE: [LARTC] CBQ question
Date: Sun, 13 May 2001 15:54:10 +0000	[thread overview]
Message-ID: <marc-lartc-98976924901658@msgid-missing> (raw)
In-Reply-To: <marc-lartc-98373940416985@msgid-missing>

It seems that configuration like
      qdisc(CBQ)
       |
     class
   |		|
 class1   class2
 bounded  bounded

doesn't work perfect.The more stable ( accurate ) configuration would be
    qdisc(cbq) 1:0
	|
    class 1:1
	|
    qdisc(cbq) 2:0
    |          |
  class 2:1  class 2:2
    |
  qdisc(tbf) 3:0
Now when class 2:1 have rate 10Mbit and class 2:2 = 70Mbit
i can have 9.05 and 72.774

> Please.
> I create simple config.
>
>     CBQ
>        |
>    class
>  | |
> class1   class2
>
> when rate of class1 is high for the rate of class2,
> finaly rate of class2 exceed the given.
> My experiments gives for example if
> class1 rate = 90Mbit and class2 rate = 10Mbit so
> actual rate of class2 can be from 11.4 to 12.5 ( and far more ).
>
> Thank you.
>
 I test for CBQ and get the same result.
This question I asked before, it's maybe weight, avpkt, cbq problem...
I change the avpkt to 500Kbit(I don't know why???) and get better accuracy,
maybe you can try this.
Another way is change your queueing disciplines(cbq) to tbf, it's really
more stable than cbq, it won't get jitter when your avpkt is change.


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

  parent reply	other threads:[~2001-05-13 15:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-06 22:22 [LARTC] cbq question Forstner
2001-05-10 10:50 ` [LARTC] CBQ question Gery Kahn
2001-05-11  0:19 ` Juergen
2001-05-11  6:20 ` Stef Coene
2001-05-11  6:20 ` Stef Coene
2001-05-13 15:54 ` Gery Kahn [this message]
2001-05-14  2:02 ` Juergen
2001-05-14  5:45 ` Gery Kahn
2001-05-14  5:57 ` Juergen
2001-05-14  7:33 ` Stef Coene
2001-05-14  7:33 ` Stef Coene

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-98976924901658@msgid-missing \
    --to=geryk@sphera.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.