All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] wrong shaping
@ 2003-11-08 16:55 victor
  2003-11-10 17:46 ` Stef Coene
  0 siblings, 1 reply; 2+ messages in thread
From: victor @ 2003-11-08 16:55 UTC (permalink / raw)
  To: lartc

I have a class parent and a class child;
In the child class I have 6 dropped pachets, but in the parent class I
have none(in teh example configuration parent is 1:9 and child is 1:2eb).
Is this possible, or I have somethimg wrong in the configuration?
My exact problem is:
-I have many clases that have 1Kbit rate and 500Kbit ceil.
-I have HZ\x1000, compiled in the kernel.

When I create a class with ratedKbit, ceildKbit, this class will not
transfer at this exact rate. The rate will repat jumping from a few Kbits
to 64Kbits and back, but will never stay at the ratedKbit.

More than that, many clases that have rate=1Kbit, ceilP0Kbit will have a
better transfer than the class with rate 64Kbit.

My configuration is:
tc qdisc add dev eth1 root handle 1: htb default 2

tc class add dev eth1 parent 1: classid 1:9 htb rate 1400Kbit prio 0
quantum 2000

tc class add dev eth1 parent 1: classid 1:2 htb rate 9999Kbit prio 0
quantum 2000

Just one class and 1 filter(thay are many):

tc class add dev eth1 parent 1:9 classid 1:2eb htb rate 64Kbit ceil
500Kbit prio 0 quantum 2000

tc filter add dev eth1 parent 1: prio 1 handle 7: protocol ip u32 divisor 256
tc filter add dev eth1 parent 1: prio 1 protocol ip u32 ht 800:: match ip
dst xxx.xxx.xxx.0/24 hashkey mask 0x000000ff at 16 link 7:
tc filter add dev eth1 prio 1 protocol ip u32 ht 2:eb match ip src
xxx.xxx.xxx.xxx flowid 1:2eb

Configuration for upload is simetrical.

Thank you

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

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

end of thread, other threads:[~2003-11-10 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-08 16:55 [LARTC] wrong shaping victor
2003-11-10 17:46 ` Stef Coene

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.