linux: Add kmod-sched-flower
This allows to classify packets based on a configurable combination of packet keys and masks. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
This commit is contained in:
parent
f83522fa63
commit
72c7e2dc46
@ -757,6 +757,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,sched-core))
|
$(eval $(call KernelPackage,sched-core))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/sched-flower
|
||||||
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
|
TITLE:=Flower traffic classifier
|
||||||
|
DEPENDS:=+kmod-sched-core
|
||||||
|
KCONFIG:=CONFIG_NET_CLS_FLOWER
|
||||||
|
FILES:=$(LINUX_DIR)/net/sched/cls_flower.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe, cls_flower)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/sched-flower/description
|
||||||
|
Allows to classify packets based on a configurable combination of packet keys and masks.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sched-flower))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/sched-mqprio
|
define KernelPackage/sched-mqprio
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=Multi-queue priority scheduler (MQPRIO)
|
TITLE:=Multi-queue priority scheduler (MQPRIO)
|
||||||
|
Loading…
Reference in New Issue
Block a user