All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] PowerPC can not accurately run HTM
@ 2005-11-01 10:21 Nai-Hsien
  0 siblings, 0 replies; only message in thread
From: Nai-Hsien @ 2005-11-01 10:21 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 806 bytes --]

I am running HTB on a PowerPC platform and using following script to do rate limit.
When I set rate of class 1:11 lower than 4mbit, I can get traffic rate close to the setting.
However, if I set the rate higher than 4mbit, I will get much
lower bandwidth (roughly 4.5mbit) than the setting, no matter how big the setting is.
To verify the script, I run it on PC with then I got correct result.

Could anybody give me some hints?

Thank you
Dennis

tc qdisc add dev wan1 root handle 1: htb default 10
tc class add dev wan1 parent 1: classid 1:1 htb rate 100mbit
tc class add dev wan1 parent 1:1 classid 1:10 htb rate 1mbit ceil 2mbit
tc class add dev wan1 parent 1:1 classid 1:11 htb rate 8mbit ceil 8mbit
tc filter add dev wan1 protocol ip parent 1: u32 match ip dst 11.1.1.1 flowid 1:11


[-- Attachment #1.2: Type: text/html, Size: 1873 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-01 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-01 10:21 [LARTC] PowerPC can not accurately run HTM Nai-Hsien

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.