Skip to content

Commit a6837d2

Browse files
roxellborkmann
authored andcommitted
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: 22c8852 ("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>
1 parent d775f26 commit a6837d2

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/bpf

1 file changed

+2
-0
lines changed

tools/testing/selftests/bpf/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ CONFIG_BPF_EVENTS=y
55
CONFIG_TEST_BPF=m
66
CONFIG_CGROUP_BPF=y
77
CONFIG_NETDEVSIM=m
8+
CONFIG_NET_CLS_ACT=y
9+
CONFIG_NET_SCH_INGRESS=y

0 commit comments

Comments
 (0)