search for: perturb10

Displaying 1 result from an estimated 1 matches for "perturb10".

Did you mean: perturb
2006 Aug 11
0
problem with PRIO
Hi, I try to use the PRIO scheduler on a 2.6.17 kernel. I use a simple configuration : $TC qdisc add dev $dev root handle 1: prio bands 2 priomap 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $TC qdisc add dev $dev parent 1:1 handle 10:0 sfq perturb10 $TC qdisc add dev $dev parent 1:2 handle 20:0 sfq perturb 10 And i put filters for my trafic, the 2 streams are correctly put in each class but the stream in the the first class isn''t prioritorize. Where is my mistake ? I test that on a montejade board (armv5 big endian) and i tr...