Explorar el Código

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 hace 7 años
padre
commit
1c8e77fb36
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/testing/selftests/net/config

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

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