When I set up some queues with the following command:

 tc qdisc add dev eth0 root handle 1: prio

 tc qdisc add dev eth0 parent 1:1 handle 10: sfq

 tc qdisc add dev eth0 parent 1:2 handle 20: sfq

 tc qdisc add dev eth0 parent 1:3 handle 30: sfq

 

and then I display the setup as follows:

 

tc –s qdisc ls dev eth0

 

it works on Redhat Linux 7.3 showing me the queues and the number of bytes/packets sent.

On MontaVista Linux I get the message “Statistics Truncated”

 

How can I fix this?

 

Many Thanks

Dan Orbach

 

Reply via email to