I am doing some experiments on linux tc
filter. I am using Prio qdisc and I need 5 bands (classes). I see that if I use default #bands i.e. 3 then it works.
But when I am setting bands to 4 or 5, it does not work. So it seems that I need to provide priomap correctly. But I am not getting a reference about how to generate the priomap for bands 4 or bands 5.
Can you please tell me how to generate priomap for non-default bands or any reference will be helpful?