Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: net: Adding config fragment CONFIG_NUMA=y

kernel config fragement CONFIG_NUMA=y is need for reuseport_bpf_numa.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Naresh Kamboju and committed by
David S. Miller
1c8e77fb 932f8c77

+1
+1
tools/testing/selftests/net/config
··· 1 1 CONFIG_USER_NS=y 2 2 CONFIG_BPF_SYSCALL=y 3 3 CONFIG_TEST_BPF=m 4 + CONFIG_NUMA=y