Browse Source

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>
Naresh Kamboju 7 years ago
parent
commit
1c8e77fb36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/testing/selftests/net/config

+ 1 - 0
tools/testing/selftests/net/config

@@ -1,3 +1,4 @@
 CONFIG_USER_NS=y
 CONFIG_BPF_SYSCALL=y
 CONFIG_TEST_BPF=m
+CONFIG_NUMA=y