All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: net: Adding config fragment CONFIG_NUMA=y
@ 2017-12-20  7:20 Naresh Kamboju
  2017-12-20 19:25 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2017-12-20  7:20 UTC (permalink / raw)
  To: netdev; +Cc: davem, guro, bamvor.zhangjian, shuahkh

kernel config fragement CONFIG_NUMA=y is need for reuseport_bpf_numa.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
---
 tools/testing/selftests/net/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index e57b4ac..7177bea 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests: net: Adding config fragment CONFIG_NUMA=y
  2017-12-20  7:20 [PATCH] selftests: net: Adding config fragment CONFIG_NUMA=y Naresh Kamboju
@ 2017-12-20 19:25 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-12-20 19:25 UTC (permalink / raw)
  To: naresh.kamboju; +Cc: netdev, guro, bamvor.zhangjian, shuahkh

From: Naresh Kamboju <naresh.kamboju@linaro.org>
Date: Wed, 20 Dec 2017 12:50:22 +0530

> kernel config fragement CONFIG_NUMA=y is need for reuseport_bpf_numa.
> 
> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-20 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20  7:20 [PATCH] selftests: net: Adding config fragment CONFIG_NUMA=y Naresh Kamboju
2017-12-20 19:25 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.