All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] cbq with cbq as subclasses does not work for me. Help!
@ 2002-05-01 21:21 Jinyou Zhang
  2002-05-02  3:49 ` Vanitha
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jinyou Zhang @ 2002-05-01 21:21 UTC (permalink / raw)
  To: lartc

HI there,

I am running the following script for my test bed. It can
run without any errors. The problem is when I run netperf
with TCP to 192.168.11.58, there is no bandwidth limitation.

Is there any thing wrong with the script? Please take a look
for me!

Thanks,

--Jinyou Z.

=================================
tc qdisc add  dev eth0 root handle 1: cbq  bandwidth 100Mbit allot 1514 
cell 8 avpkt 1000 mpu 64

tc class add  dev eth0 parent 1: classid 1:1 cbq bandwidth 100Mbit rate 
100Mbit allot 1514 cell 8 avpkt 1000  weight 10Mbit prio 5 maxburst 20

tc class add  dev eth0 parent 1:1 classid 1:2 cbq bandwidth 100Mbit rate 
20Mbit allot 1514 cell 8 avpkt 1000  weight 2Mbit prio 5 maxburst 20

tc qdisc add  dev eth0 parent 1:2 handle 2: cbq bandwidth 20Mbit allot 
1514 cell 8 avpkt 1000 mpu 64

tc class add  dev eth0 parent 2: classid 2:1 cbq bandwidth 20Mbit rate 
20Mbit allot 1514 cell 8 avpkt 1000 weight 2000Kbit  prio 5  maxburst 20

tc class add  dev eth0 parent 2:1 classid 2:2 cbq bandwidth 20Mbit rate 
10Mbit  weight 1000Kbit  allot 1514 cell 8 avpkt 1000 prio 5 maxburst 20

tc class add  dev eth0 parent 2:1 classid 2:3 cbq bandwidth 20Mbit rate 
5Mbit  weight 500Kbit  allot 1514 cell 8 avpkt 1000 prio 2 maxburst 20

tc filter add dev eth0 parent 2:0  protocol ip prio 10 u32  match ip dst 
192.168.11.58 match ip protocol 6 0xff flowid 2:2

tc filter add dev eth0 parent 2:0  protocol ip prio 10 u32  match ip dst 
192.168.11.58 match ip protocol 17 0xff flowid 2:3
=================================

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-03  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-01 21:21 [LARTC] cbq with cbq as subclasses does not work for me. Help! Jinyou Zhang
2002-05-02  3:49 ` Vanitha
2002-05-02 15:48 ` Jinyou Zhang
2002-05-03  3:57 ` Arindam Haldar

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.