strict priority

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm trying to configure 4 queues with strict priorities based on DSCP.
I tried to following commands, but it seems that the filters I defined
have no effect

tc qdisc add dev eth0 root handle 1: prio bands 4
tc qdisc add dev eth0 parent 1:0 handle 10: pfifo limit 100
tc qdisc add dev eth0 parent 1:1 handle 20: pfifo limit 100
tc qdisc add dev eth0 parent 1:2 handle 30: pfifo limit 100
tc qdisc add dev eth0 parent 1:3 handle 40: pfifo limit 100
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip tos
224 0xff flowid 10:
tc filter add dev eth0 parent 1:0 protocol ip prio 2 u32 match ip tos
160 0xff flowid 20:
tc filter add dev eth0 parent 1:0 protocol ip prio 3 u32 match ip tos
0 0xff flowid 30:
tc filter add dev eth0 parent 1:0 protocol ip prio 4 u32 match ip tos
32 0xff flowid 40:

Any suggestions ?
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux