Hello,

is it possible that the number of bands for the PRIO qdisc is limited to 16?

tc qdisc add dev $DEVICE root handle 1: prio bands 16 priomap 1 2 2 2 1 2 0 0 
1 1 1 1 1 1 1 1

succeeds but

tc qdisc add dev $DEVICE root handle 1: prio bands 17 priomap 1 2 2 2 1 2 0 0 
1 1 1 1 1 1 1 1

returns: 'RTNETLINK answers: Invalid argument'

Is there any possibility to raise the number of bands to a higher value?

Thank you in advance.

Patrick
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to