diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-01-26 14:28:02 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 09:21:20 +0100 |
commit | 78f5af626c2da3816b71b5e4c560516f8ee383b2 (patch) | |
tree | 469f7a8a16f0f4583baa49e726a3e906b320aaf4 /package/kernel/linux/modules | |
parent | 267873ac9b9e5565f1f1550c931c413f5b5dda9d (diff) | |
download | upstream-78f5af626c2da3816b71b5e4c560516f8ee383b2.tar.gz upstream-78f5af626c2da3816b71b5e4c560516f8ee383b2.tar.bz2 upstream-78f5af626c2da3816b71b5e4c560516f8ee383b2.zip |
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>
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 3521b94d6c..d31d53304a 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -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 \ |