mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
kernel: netsupport: Add kmod-sched-act-sample
This adds the act_sample.ko and psample.ko kernel module which allows traffic sampling. Signed-off-by: Thomas Langer <tlanger@maxlinear.com> Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com> (cherry picked from commit aba1bdaed8cb612d4a4d9e8bba2dc963d6ceca76)
This commit is contained in:
parent
7ee55d82fc
commit
3ca45248fd
@ -775,6 +775,26 @@ endef
|
||||
$(eval $(call KernelPackage,sched-core))
|
||||
|
||||
|
||||
define KernelPackage/sched-act-sample
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Traffic Sampling
|
||||
DEPENDS:=+kmod-sched-core
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_ACT_SAMPLE \
|
||||
CONFIG_PSAMPLE
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/psample/psample.ko \
|
||||
$(LINUX_DIR)/net/sched/act_sample.ko
|
||||
AUTOLOAD:=$(call AutoProbe,act_sample psample)
|
||||
endef
|
||||
|
||||
define KernelPackage/sched-act-sample/description
|
||||
Packet sampling tc action.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sched-act-sample))
|
||||
|
||||
|
||||
define KernelPackage/sched-act-vlan
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Traffic VLAN manipulation
|
||||
|
Loading…
x
Reference in New Issue
Block a user