mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-23 12:35:33 +00:00
kernel: netsupport: Add kmod-sched-skbprio
Add support for the SKBPRIO queuing discipline. This is subtly different than prio as it also drops packets from the lower priority flows. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> (cherry picked from commit 8fba9afda5f514afa48a216514b3f0b0fb22afac)
This commit is contained in:
parent
40f9514e80
commit
320cfa7b5e
@ -971,6 +971,18 @@ endef
|
||||
$(eval $(call KernelPackage,sched-red))
|
||||
|
||||
|
||||
define KernelPackage/sched-skbprio
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=SKB priority queue scheduler (SKBPRIO)
|
||||
DEPENDS:=+kmod-sched-core
|
||||
KCONFIG:= CONFIG_NET_SCH_SKBPRIO
|
||||
FILES:= $(LINUX_DIR)/net/sched/sch_skbprio.ko
|
||||
AUTOLOAD:=$(call AutoProbe,sch_skbprio)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sched-skbprio))
|
||||
|
||||
|
||||
define KernelPackage/bpf-test
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Test Berkeley Packet Filter functionality
|
||||
|
Loading…
x
Reference in New Issue
Block a user