aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/config
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-10-25 20:17:28 +0530
committerDaniel Borkmann <daniel@iogearbox.net>2018-10-26 00:33:21 +0200
commita3f49d97c22022666fb94101454520a7adacaf08 (patch)
tree8a3cae744a7793d818f157bd2ac4faa71923c448 /tools/testing/selftests/bpf/config
parentbpf: devmap: fix wrong interface selection in notifier_call (diff)
downloadlinux-dev-a3f49d97c22022666fb94101454520a7adacaf08.tar.xz
linux-dev-a3f49d97c22022666fb94101454520a7adacaf08.zip
selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS
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> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/bpf/config2
1 files changed, 2 insertions, 0 deletions
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