Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit dd914b40 authored by Amnon Aaronsohn's avatar Amnon Aaronsohn Committed by David S. Miller
Browse files

[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: default avatarAmnon Aaronsohn <bla@cs.huji.ac.il>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9343e79a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment