[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
about prio
Hi,
I marked two flows as EF(0xb8) and AF(0x48) and adding the following
filters:
$TC filter add dev eth1 parent 2:0 protocol ip prio 1 handle 0xb8 \
tcindex pass_on classid 2:1
$TC filter add dev eth1 parent 2:0 protocol ip prio 2 handle 0x48 \
tcindex pass_on classid 2:2
The marking is correct. But in function prio_dequeue(...) in
sched/sch_prio.c, the two flows both have the prio = 1.
Can anyone explain this to me?
Thanks in advance.
Regards,
Yao Qi