]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.sh
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 18 May 2018 18:23:24 +0000 (20:23 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 18 May 2018 19:39:39 +0000 (21:39 +0200)
commita6837d26674afd2ccb789fe666b4aff7095dc3d2
treef5eca19342e3629c7b7a2200190c0942e1490744
parentd775f26b295a0a303f7a73d7da46e04296484fe7
selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.sh

When running bpf's selftest test_xdp_meta.sh it fails:
./test_xdp_meta.sh
Error: Specified qdisc not found.
selftests: test_xdp_meta [FAILED]

Need to enable CONFIG_NET_SCH_INGRESS and CONFIG_NET_CLS_ACT to get the
test to pass.

Fixes: 22c8852624fc ("bpf: improve selftests and add tests for meta pointer")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/config