kmod-sched: add sch_multiq to extra schedulers
For hardware that supports multiple h/w output queues, add a compatible scheduler (NET_SCH_MULTIQ). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
267873ac9b
commit
78f5af626c
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ define KernelPackage/sched
|
|||
CONFIG_NET_SCH_DSMARK \
|
||||
CONFIG_NET_SCH_FIFO \
|
||||
CONFIG_NET_SCH_GRED \
|
||||
CONFIG_NET_SCH_MULTIQ \
|
||||
CONFIG_NET_SCH_PRIO \
|
||||
CONFIG_NET_SCH_RED \
|
||||
CONFIG_NET_SCH_SFQ \
|
||||
|
|
Loading…
Reference in a new issue