netdev-linux: Dump all queues, not just direct children of the root.
authorBen Pfaff <blp@nicira.com>
Fri, 16 Jul 2010 22:47:23 +0000 (15:47 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Jul 2010 18:26:58 +0000 (11:26 -0700)
commit3c4de644d21853f1bdde18e0a6b0a33033282854
tree5b12607e77783319f9a19b42b6c60a9af7aa0edf
parent5b3941ee1797172ee1f349d6a03e3914217ce890
netdev-linux: Dump all queues, not just direct children of the root.

A netdev-linux traffic control implementation has to dump all of a port's
traffic classes in a couple of different situations.  start_queue_dump()
is supposed to do that.  But it was specifying TC_H_ROOT as tcm_parent,
which only dumped classes that were direct children of the root.  This
commit changes tcm_parent to 0, which obtains all traffic classes
regardless of parent.
lib/netdev-linux.c