projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267873a
)
kmod-sched: add sch_multiq to extra schedulers
author
Philip Prindeville
<
[email protected]
>
Fri, 26 Jan 2018 21:28:02 +0000
(14:28 -0700)
committer
John Crispin
<
[email protected]
>
Tue, 13 Feb 2018 08:21:20 +0000
(09:21 +0100)
For hardware that supports multiple h/w output queues, add
a compatible scheduler (NET_SCH_MULTIQ).
Signed-off-by: Philip Prindeville <
[email protected]
>
package/kernel/linux/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index 3521b94d6cf34a7a1817e05e3ef596aa866f043e..d31d53304a64482692ea4b88f169db123c0cbc72 100644
(file)
--- 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 \