The example you provide is not affected since it will be given the default 3 band and 1:3 is valid.
Where it matters is when you say something like: tc qdisc add dev eth0 root handle 1: prio bands X where X is not 3. In such a case the map for the priority will be the default priomap to 3 queues only. This is wrong when you have only 2 queues and according to me inaccurate policy when you have > 3 queues. This later point is the contention. I don't think i can convince Patrick neither he will convince me - so you be the tie breaker;-> cheers, jamal On Tue, 2006-17-01 at 09:28 -0800, Stephen Hemminger wrote: > Unless there is consensus, I'll leave it as is. > > Here is another useful example without priomap that is > on the netem info. > > # tc qdisc add dev eth0 root handle 1: prio > # tc qdisc add dev eth0 parent 1:3 handle 30: netem \ > delay 200ms 10ms distribution normal > # tc qdisc add dev eth0 parent 30:1 tbf rate 20kbit buffer 1600 limit 3000 > # tc filter add dev eth0 protocol ip parent 1:0 prio 3 u32 \ > match ip dst 65.172.181.4/32 flowid 10:3 > - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
