From: Naresh Kamboju Date: Thu, 25 Oct 2018 14:47:28 +0000 (+0530) Subject: selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a3f49d97c22022666fb94101454520a7adacaf08;p=linux.git 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 Signed-off-by: Daniel Borkmann --- diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config index dd49df5e2df4f..7f90d3645af89 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