* [LARTC] HFSC help
@ 2006-09-01 13:57 doudouyam
2006-09-02 4:07 ` gypsy
0 siblings, 1 reply; 2+ messages in thread
From: doudouyam @ 2006-09-01 13:57 UTC (permalink / raw)
To: lartc
[-- Attachment #1.1: Type: text/plain, Size: 1278 bytes --]
hi,
I would like to use the HFSC scheduler for my QoS.
I've 4 class and 2 of them need to control the bandwidth and the latencies
so I think I must use HFSC.
So I read some doc ( http://del.icio.us/tag/hfsc ) but its not very clear.
I make some tests with differents parameters but I'm not able to use
correctly this scheduler:
$TC qdisc add dev $dev root handle 1: hfsc default 40
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate 10mbit ul rate
10mbit
### VOIP
$TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b dmax 5ms
rate 200kbit ls umax 1500b dmax 60ms rate 200kbit ul rate 200kbits
### Video
$TC class add dev $dev parent 1:1 classid 1:20 hfsc rt umax 1500b dmax 10ms
rate 5mbit ls umax 1500b dmax 60ms rate 5Mbit ul rate 5Mbit
## Data
$TC class add dev $dev parent 1:1 classid 1:30 hfsc sc rate 1mbit ul rate
10mbit
$TC class add dev $dev parent 1:1 classid 1:40 hfsc sc rate 1mbit ul rate
10mbit
$TC qdisc add dev $dev parent 1:10 handle 10 sfq perturb 10
$TC qdisc add dev $dev parent 1:20 handle 20 sfq perturb 10
$TC qdisc add dev $dev parent 1:30 handle 30 sfq perturb 10
$TC qdisc add dev $dev parent 1:40 handle 40 sfq perturb 10
Can you help me ? i want a prioritize like this :
1 VOIP
2 VIDEO
3 Data1 (1:30)
4 Data2 (1:40)
Thanks.
[-- Attachment #1.2: Type: text/html, Size: 1454 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] 2+ messages in thread
* Re: [LARTC] HFSC help
2006-09-01 13:57 [LARTC] HFSC help doudouyam
@ 2006-09-02 4:07 ` gypsy
0 siblings, 0 replies; 2+ messages in thread
From: gypsy @ 2006-09-02 4:07 UTC (permalink / raw)
To: lartc
doudouyam wrote:
> So I read some doc ( http://del.icio.us/tag/hfsc ) but its not very
> clear.
http://linux-ip.net/tc/hfsc.en/
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-02 4:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01 13:57 [LARTC] HFSC help doudouyam
2006-09-02 4:07 ` gypsy
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.