From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Fri, 22 Aug 2008 20:07:08 +1000
It is guarenteed to be empty.
Only root qdiscs go to rx_queue.qdisc_sleeping, and such qdiscs
will always have an empty list.
We don't allow non-root ingress qdiscs. All ingress qdiscs
always take the device graft path, and always have a parent
of TC_H_INGRESS, and always operate on rx_queue.
Ingress data paths do not do qdisc_lookup(). There is only root
allowed for ingress and thus rx_queue's non-default qdiscs.
Add some assertions and run some test tc commands if you don't believe
me :)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html