diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-23 15:43:14 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-05 20:02:12 +0200 |
commit | 06e64f9b364abe15c27bf0a7225fcac740819668 (patch) | |
tree | 42e34a983994b450c29db6e89ef21546bbea0e1c /config | |
parent | 32ed9764462ae04fad5809f857450d4f606ac4c0 (diff) | |
download | openwrt-06e64f9b364abe15c27bf0a7225fcac740819668.tar.gz openwrt-06e64f9b364abe15c27bf0a7225fcac740819668.tar.bz2 openwrt-06e64f9b364abe15c27bf0a7225fcac740819668.zip |
kernel: modules: add xdp-sockets-diag support
Support for PF_XDP sockets monitoring interface used by the ss tool.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a770a9d797..76b0395f37 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1107,6 +1107,12 @@ config KERNEL_NET_L3_MASTER_DEV This module provides glue between core networking code and device drivers to support L3 master devices like VRF. +config KERNEL_XDP_SOCKETS + bool "XDP sockets support" + help + XDP sockets allows a channel between XDP programs and + userspace applications. + config KERNEL_WIRELESS_EXT def_bool n |