[openwrt/openwrt] kmod-sched: add sch_multiq to extra schedulers
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 13 01:02:13 PST 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/78f5af626c2da3816b71b5e4c560516f8ee383b2
commit 78f5af626c2da3816b71b5e4c560516f8ee383b2
Author: Philip Prindeville <philipp at redfish-solutions.com>
AuthorDate: Fri Jan 26 14:28:02 2018 -0700
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 at redfish-solutions.com>
---
package/kernel/linux/modules/netsupport.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 3521b94..d31d533 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 \
More information about the lede-commits
mailing list