[SCHED]: Qdisc changes and sch_rr added for multiqueue
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Fri, 29 Jun 2007 04:04:31 +0000 (21:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:16:22 +0000 (22:16 -0700)
commitd62733c8e437fdb58325617c4b3331769ba82d70
treefcbef07b66cda79b047092e7d53dfd005046838a
parentf25f4e44808f0f6c9875d94ef1c41ef86c288eb2
[SCHED]: Qdisc changes and sch_rr added for multiqueue

Add the new sch_rr qdisc for multiqueue network device support.  Allow
sch_prio and sch_rr to be compiled with or without multiqueue hardware
support.

sch_rr is part of sch_prio, and is referenced from MODULE_ALIAS.  This
was done since sch_prio and sch_rr only differ in their dequeue
routine.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/pkt_sched.h
net/sched/Kconfig
net/sched/sch_prio.c