All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: bpf: add config fragment LWTUNNEL
@ 2018-10-10  9:21 ` anders.roxell
  0 siblings, 0 replies; 9+ messages in thread
From: Anders Roxell @ 2018-10-10  9:21 UTC (permalink / raw)
  To: ast, daniel, shuah; +Cc: netdev, linux-kernel, linux-kselftest, Anders Roxell

When test_lwt_seg6local.sh was added commit c99a84eac026
("selftests/bpf: test for seg6local End.BPF action") config fragment
wasn't added, and without CONFIG_LWTUNNEL enabled we see this:
Error: CONFIG_LWTUNNEL is not enabled in this kernel.
selftests: test_lwt_seg6local [FAILED]

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/bpf/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config
index 3655508f95fd..dd49df5e2df4 100644
--- a/tools/testing/selftests/bpf/config
+++ b/tools/testing/selftests/bpf/config
@@ -19,3 +19,4 @@ CONFIG_CRYPTO_SHA256=m
 CONFIG_VXLAN=y
 CONFIG_GENEVE=y
 CONFIG_NET_CLS_FLOWER=m
+CONFIG_LWTUNNEL=y
-- 
2.19.1


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

end of thread, other threads:[~2018-10-11  8:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10  9:21 [PATCH] selftests: bpf: add config fragment LWTUNNEL Anders Roxell
2018-10-10  9:21 ` Anders Roxell
2018-10-10  9:21 ` anders.roxell
2018-10-10 16:06 ` Song Liu
2018-10-10 16:06   ` Song Liu
2018-10-10 16:06   ` liu.song.a23
2018-10-11  8:34 ` Daniel Borkmann
2018-10-11  8:34   ` Daniel Borkmann
2018-10-11  8:34   ` daniel

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.