Re: Resubmit: [PATCH] net: fix PRIO qdisc bands init

2006-01-17 Thread David S. Miller
From: Amnon Aaronsohn <[EMAIL PROTECTED]> Date: Sat, 14 Jan 2006 16:24:59 +0200 (IST) > 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 th

Re: Resubmit: [PATCH] net: fix PRIO qdisc bands init

2006-01-14 Thread jamal
On Sat, 2006-14-01 at 16:24 +0200, Amnon Aaronsohn wrote: > Hi, > > Here's a clearer description of the patch. > > 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

Resubmit: [PATCH] net: fix PRIO qdisc bands init

2006-01-14 Thread Amnon Aaronsohn
Hi, Here's a clearer description of the patch. 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.