From 06e64f9b364abe15c27bf0a7225fcac740819668 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 23 May 2023 15:43:14 +0800 Subject: kernel: modules: add xdp-sockets-diag support Support for PF_XDP sockets monitoring interface used by the ss tool. Signed-off-by: Tianling Shen --- config/Config-kernel.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') 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 -- cgit v1.2.3