From: David S. Miller Date: Wed, 16 Jul 2008 09:15:04 +0000 (-0700) Subject: pkt_sched: Schedule qdiscs instead of netdev_queue. X-Git-Tag: v2.6.27-rc1~969^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37437bb2e1ae8af470dfcd5b4ff454110894ccaf;p=pandora-kernel.git pkt_sched: Schedule qdiscs instead of netdev_queue. When we have shared qdiscs, packets come out of the qdiscs for multiple transmit queues. Therefore it doesn't make any sense to schedule the transmit queue when logically we cannot know ahead of time the TX queue of the SKB that the qdisc->dequeue() will give us. Just for sanity I added a BUG check to make sure we never get into a state where the noop_qdisc is scheduled. Signed-off-by: David S. Miller --- Reading git-diff-tree failed