From: David S. Miller Date: Thu, 17 Jul 2008 08:46:06 +0000 (-0700) Subject: pkt_sched: Make default qdisc nonshared-multiqueue safe. X-Git-Tag: v2.6.27-rc1~969^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c80b80e0fb48129e4e9d6a9ede914f9ff1850d;p=pandora-kernel.git pkt_sched: Make default qdisc nonshared-multiqueue safe. Instead of 'pfifo_fast' we have just plain 'fifo_fast'. No priority queues, just a straight FIFO. This is necessary in order to legally have a seperate qdisc per queue in multi-TX-queue setups, and thus get full parallelization. Signed-off-by: David S. Miller --- Reading git-diff-tree failed