From: Amnon Aaronsohn Date: Tue, 17 Jan 2006 10:24:26 +0000 (-0800) Subject: [PKT_SCHED] sch_prio: fix qdisc bands init X-Git-Tag: v2.6.16-rc2~367^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd914b4082cfbe28849898a0a98757827829c813;p=pandora-kernel.git [PKT_SCHED] sch_prio: fix qdisc bands init Currently when PRIO is configured to use N bands, it lets the packets be directed to any of the bands 0..N-1. However, PRIO attaches a fifo qdisc only to the bands that appear in the priomap; the rest of the N bands remain with a noop qdisc attached. This patch changes PRIO's behavior so that it attaches a fifo qdisc to all of the N bands. Signed-off-by: Amnon Aaronsohn Signed-off-by: David S. Miller --- Reading git-diff-tree failed