Displaying 3 results from an estimated 3 matches for "tc_prio".
Did you mean:
sch_prio
2010 Apr 22
1
PRIO qdisc + iptables TOS target
i am trying to do some traffic classification using the PRIO qdisc and
i am having a few problems.
I have a root htb class:
tc qdisc add dev imq0 root handle 1: htb default 255 r2q 1
tc class add dev imq0 parent 1: classid 1:1 htb rate 768kbit
and a child PRIO
tc class add dev imq0 parent 1:1 classid 1:99 htb rate 96kbit ceil
600kbit prio 0
tc qdisc add dev imq0 parent 1:99 prio
tc filter
2007 Oct 22
0
is Prio-map really used in a CBQ without filter of filter mismatch?
Hi, all,
according to the following HTML,
http://lartc.org/howto/lartc.qdisc.classful.html
section 9.5.3.1. PRIO parameters & usage:
it says:
"If you do not provide tc filters to classify traffic, the PRIO qdisc
looks at the TC_PRIO priority to decide how to enqueue traffic."
So my understanding is that the Priomap will be consulted to classify
the packet.
However, I see the packet always goes into the "best-effort" queue, i.e.
band1, the medium priority queue, no matter how I change the TOS byte of
the packet...
2007 Dec 06
4
prio qdisc not wokring
Hi,
I am working on linux 2.6.16.I tried to prioritize traffic using prio
module but its not working well.It always maps to same class irrespective of
ToS.Is it possible to fix it using filters?Anybody fixed this problem?
--
Regards
Archana Rajagopal
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc