* [LARTC] HTB3 port for 2.2.18?
@ 2002-08-16 20:54 Amit Kucheria
2002-08-17 9:25 ` Julian Anastasov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Amit Kucheria @ 2002-08-16 20:54 UTC (permalink / raw)
To: lartc
Hi all,
Is there an HTB3 port for 2.2.18?
Is HTB2 patch on devik's site accurate enough in 2.2.18?
Regards,
Amit
--
I'm an angel!!! Honest!
The horns are just there to hold the halo up straight.
^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^
Amit Kucheria
EECS Grad. Research Assistant
University of Kansas @ Lawrence
(R): +1-785-830-8521 ||| (C): +1-785-760-2871
____________________________________________________
_______________________________________________
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
* Re: [LARTC] HTB3 port for 2.2.18?
2002-08-16 20:54 [LARTC] HTB3 port for 2.2.18? Amit Kucheria
@ 2002-08-17 9:25 ` Julian Anastasov
2002-08-19 17:47 ` Amit Kucheria
2002-08-25 21:01 ` Amit Kucheria
2 siblings, 0 replies; 4+ messages in thread
From: Julian Anastasov @ 2002-08-17 9:25 UTC (permalink / raw)
To: lartc
Hello,
On Fri, 16 Aug 2002, Amit Kucheria wrote:
> Is there an HTB3 port for 2.2.18?
Yes, I have backported the net/sched from 2.4.20pre1
to 2.2.21, including HTB3. The simple tests look good, the
problem is that I still have problems updating/accessing my
site. I can provide my "DS-9" tree to anyone interested in
testing and hosting the files.
> Regards,
> Amit
Regards
--
Julian Anastasov <ja@ssi.bg>
_______________________________________________
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
* Re: [LARTC] HTB3 port for 2.2.18?
2002-08-16 20:54 [LARTC] HTB3 port for 2.2.18? Amit Kucheria
2002-08-17 9:25 ` Julian Anastasov
@ 2002-08-19 17:47 ` Amit Kucheria
2002-08-25 21:01 ` Amit Kucheria
2 siblings, 0 replies; 4+ messages in thread
From: Amit Kucheria @ 2002-08-19 17:47 UTC (permalink / raw)
To: lartc
I would be interested in getting the patches for 2.2.21.
Thanks.
- Amit
On Fri, 17 Aug 2002, Julian Anastasov wrote:
>> Is there an HTB3 port for 2.2.18?
>>
> Yes, I have backported the net/sched from 2.4.20pre1 to 2.2.21,
> including HTB3. The simple tests look good, the problem is that I
> still have problems updating/accessing my site. I can provide my
> "DS-9" tree to anyone interested in testing and hosting the files.
--
I'm an angel!!! Honest!
The horns are just there to hold the halo up straight.
^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^
Amit Kucheria
EECS Grad. Research Assistant
University of Kansas @ Lawrence
(R): +1-785-830-8521 ||| (C): +1-785-760-2871
____________________________________________________
_______________________________________________
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
* Re: [LARTC] HTB3 port for 2.2.18?
2002-08-16 20:54 [LARTC] HTB3 port for 2.2.18? Amit Kucheria
2002-08-17 9:25 ` Julian Anastasov
2002-08-19 17:47 ` Amit Kucheria
@ 2002-08-25 21:01 ` Amit Kucheria
2 siblings, 0 replies; 4+ messages in thread
From: Amit Kucheria @ 2002-08-25 21:01 UTC (permalink / raw)
To: lartc
On Sun, 25 Aug 2002, Julian Anastasov wrote:
> # 3 GRED qdiscs for the 3 drop priorities of real time packets
> -$TC qdisc add $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> +$TC qdisc change $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> burst 20 $AVPKT $BW DP 1 probability 0.02 prio 2
> -$TC qdisc add $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> +$TC qdisc change $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> burst 20 $AVPKT $BW DP 2 probability 0.04 prio 3
> -$TC qdisc add $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> +$TC qdisc change $DEV parent 2:1 gred limit 12KB min 3KB max 9KB \
> burst 20 $AVPKT $BW DP 3 probability 0.06 prio 4
> i.e. first time it is "qdisc add", later the qdisc is changed
> with "qdisc change".
>
> Let me know if this is the only problem and whether
> GRED is working properly. Thanks.
Hi,
It works now! It seems to me that the semantics of the GRED qdisc with
respect to 'tc' have changed. The script I had provided worked with CBQ
i.e. 'qdisc add' was used 3 times to add the GRED qdiscs with different
drop probabilities.
Thanks a lot.
Regards,
Amit
--
I'm an angel!!! Honest!
The horns are just there to hold the halo up straight.
^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^
Amit Kucheria
EECS Grad. Research Assistant
University of Kansas @ Lawrence
(R): +1-785-830-8521 ||| (C): +1-785-760-2871
____________________________________________________
_______________________________________________
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-08-25 21:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-16 20:54 [LARTC] HTB3 port for 2.2.18? Amit Kucheria
2002-08-17 9:25 ` Julian Anastasov
2002-08-19 17:47 ` Amit Kucheria
2002-08-25 21:01 ` Amit Kucheria
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.