68e8b849b2
Buildable skeleton of AF_XDP without any functionality. Just what it takes to register a new address family. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
config XDP_SOCKETS
|
|
bool "XDP sockets"
|
|
depends on BPF_SYSCALL
|
|
default n
|
|
help
|
|
XDP sockets allows a channel between XDP programs and
|
|
userspace applications.
|