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>
This commit is contained in:
Naresh Kamboju 2018-10-25 20:17:28 +05:30 committed by Daniel Borkmann
parent f592f80483
commit a3f49d97c2
1 changed files with 2 additions and 0 deletions

View File

@ -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