summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-12-20 12:50:22 +0530
committerDavid S. Miller <davem@davemloft.net>2017-12-20 14:25:34 -0500
commit1c8e77fb361a4a116a41ac1d9819eb79d068735d (patch)
tree20a9ef10d8f26747233e4bc7374e71fb31f69e63 /tools
parent932f8c77a9cca1be544e9f0bc7dcbe8e6b7cff98 (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index e57b4ac40e72..7177bea1fdfa 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -1,3 +1,4 @@
CONFIG_USER_NS=y
CONFIG_BPF_SYSCALL=y
CONFIG_TEST_BPF=m
+CONFIG_NUMA=y