mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 06:03:22 +00:00
kernel: netsupport: Add kmod-sched-drr
This adds a package with the DRR scheduler. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com> (cherry picked from commit fa85e44d3c4437327a0ad592831f1746b8b2dc3a)
This commit is contained in:
parent
c61ed09228
commit
31fd96bdbd
@ -844,6 +844,22 @@ endef
|
||||
$(eval $(call KernelPackage,sched-ctinfo))
|
||||
|
||||
|
||||
define KernelPackage/sched-drr
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Deficit Round Robin scheduler (DRR)
|
||||
DEPENDS:=+kmod-sched-core
|
||||
KCONFIG:=CONFIG_NET_SCH_DRR
|
||||
FILES:=$(LINUX_DIR)/net/sched/sch_drr.ko
|
||||
AUTOLOAD:=$(call AutoProbe,sch_drr)
|
||||
endef
|
||||
|
||||
define KernelPackage/sched-drr/description
|
||||
DRR algorithm Configuration
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sched-drr))
|
||||
|
||||
|
||||
define KernelPackage/sched-flower
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Flower traffic classifier
|
||||
|
Loading…
x
Reference in New Issue
Block a user