[LARTC] dual processor

2002-09-26 Thread noroozi

Hello every body,

do you have any expriment on dual processor in linux kernel ?
if you have please send me acknowledge,
thanx,
Noroozi

-
This message was sent using sharif web-based mail.
http://mehr.sharif.edu


___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



[LARTC] How to install HTB in kernel 2.4.7-10 ??

2002-09-17 Thread noroozi

Hi all,
How can I add htb to the linux kernel?
I download htb from www.docum.org , but I can't use that , I use patch to change 
Kernel,
after change adjust when I use 
tc add qdisc dev eth0 htb ...
RTNETLINK :answerd errore

I use kernel 2.4.7-10 ,If you have any idea I am waiting to listen,


-
This message was sent using sharif web-based mail.
http://mehr.sharif.edu


___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



[LARTC] is CBQ wrong !!!

2002-09-02 Thread noroozi

Hello every body ,
I am really mixed up ,I set the TC linke below,I take the rate around 3-4 
Mbit/Sec, I forward  530 Mbit file over the line bye network card 100 Mbit,
If you know why I am really wait to help me,
Is my code wrong,or not 
Is the number of rule effect on the speed ???
I examine bye 2 rules and 90 rules but the rate that I establish is fix 3-4 
Mbit/sec !!

##
tc qdisc add dev eth0 root handle 1: cbq bandwidth 100Mbit avpkt 1000 rate 
100Mbit
##
tc class add dev eth0 parent 1: classid 1:1 cbq bandwidth 100Mbit rate 100Mbit 
mpu 1500 allot 1500 prio 5 bounded isolated
tc class add dev eth0 parent 1:1 classid 1:20 cbq rate 40Mbit bandwidth 40Mbit 
mpu 1500 avpkt 1000 allot 1600 minburst 100  maxburst 100 prio 1  isolated 
bounded
tc class add dev eth0 parent 1:1 classid 1:10 cbq rate 60Mbit bandwidth 60Mbit 
mpu 1500 avpkt 1000 allot 1600 minburst 200 maxburst 1 prio 2 isolated 
bounded
tc qdisc add dev eth0 parent 1:10 handle 10: pfifo limit 10
tc qdisc add dev eth0 parent 1:20 handle 20: pfifo limit 10
##
##
tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip src 
194.225.42.37/32 flowid 1:20
tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip src 
194.225.42.36/32 flowid 1:10

 194.225.42.35/32 flowid 1:20
tc filter add dev eth0 parent 1: protocol ip prio 10 u32 match ip src 
194.225.42.34/32 flowid 1:20


-
This message was sent using sharif web-based mail.
http://mehr.sharif.edu


___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



[LARTC] (no subject)

2002-08-18 Thread noroozi

Hello every body,
I install Traffic control on the my system(Kernel 2.4.7),when I adjust rule on that,my 
network rate decrease,I don't know why,
In the normal operation I get 98Mbps ,but when I use cbq class ,and set the bandwith 
50Mbit I get 15Mbps, :(
what is the TC buttleneck ?
I am really wait for you help,
Thanks
Noroozi

-
This message was sent using sharif web-based mail.
http://mehr.sharif.edu


___
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/