All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gery Kahn <geryk@sphera.com>
To: lartc@vger.kernel.org
Subject: [LARTC] priority of class
Date: Tue, 05 Jun 2001 17:35:27 +0000	[thread overview]
Message-ID: <marc-lartc-99176252705130@msgid-missing> (raw)

I installed configuration:
qdisc cbq
class
qdisc cbq

and split traffic in 2 more classes
tc class add dev eth0 parent 2:0 classid 2:21 cbq avpkt 1000 bandwidth
100Mbit \
rate 70Mbit prio 3 maxburst 20

tc qdisc add dev eth0 parent 2:21 tbf rate 70Mbit buffer 45Kb/8 limit 15Kb

tc class add dev eth0 parent 2:0 classid 2:22 cbq avpkt 1000 bandwidth
100Mbit \
rate 70Mbit prio 4 maxburst 20

tc qdisc add dev eth0 parent 2:22 tbf rate 70Mbit buffer 45Kb/8 limit 15Kb

Actualy results is Ok.I am trying to see influence of "prio" parameter of
class
and nothing happened.
Please, help me w/ your answer.

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

             reply	other threads:[~2001-06-05 17:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-05 17:35 Gery Kahn [this message]
2001-06-07 13:34 ` [LARTC] priority of class Gery Kahn
2001-06-08 17:20 ` Wingtung.Leung

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-99176252705130@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.