All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS
@ 2018-10-25 14:47 Naresh Kamboju
  2018-10-25 22:55 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2018-10-25 14:47 UTC (permalink / raw)
  To: netdev; +Cc: bhole_prashant_q7, daniel, davem

BPF sockmap and hashmap are dependent on CONFIG_BPF_STREAM_PARSER and
xskmap is dependent on CONFIG_XDP_SOCKETS

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

diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index dd49df5e2df4..7f90d3645af8 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -20,3 +20,5 @@ CONFIG_VXLAN=y
 CONFIG_GENEVE=y
 CONFIG_NET_CLS_FLOWER=m
 CONFIG_LWTUNNEL=y
+CONFIG_BPF_STREAM_PARSER=y
+CONFIG_XDP_SOCKETS=y
-- 
2.17.1

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

* Re: [PATCH] selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS
  2018-10-25 14:47 [PATCH] selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS Naresh Kamboju
@ 2018-10-25 22:55 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2018-10-25 22:55 UTC (permalink / raw)
  To: Naresh Kamboju, netdev; +Cc: bhole_prashant_q7, davem

On 10/25/2018 04:47 PM, Naresh Kamboju wrote:
> BPF sockmap and hashmap are dependent on CONFIG_BPF_STREAM_PARSER and
> xskmap is dependent on CONFIG_XDP_SOCKETS
> 
> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>

Applied to bpf, thanks Naresh!

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

end of thread, other threads:[~2018-10-26  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25 14:47 [PATCH] selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS Naresh Kamboju
2018-10-25 22:55 ` Daniel Borkmann

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.