From: Alexis Lothoré (eBPF Foundation) Date: Wed, 20 Nov 2024 07:43:18 +0000 (+0100) Subject: selftests/bpf: Enable generic tc actions in selftests config X-Git-Tag: v6.14-rc1~133^2~68^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c24010821a89954a93b39354c42596d315518c9b;p=thirdparty%2Fkernel%2Flinux.git selftests/bpf: Enable generic tc actions in selftests config Enable CONFIG_NET_ACT_GACT to allow adding simple actions with tc filters. This is for example needed to migrate test_flow_dissector into the automated testing performed in CI. Acked-by: Stanislav Fomichev Signed-off-by: Alexis Lothoré (eBPF Foundation) Link: https://lore.kernel.org/r/20241120-flow_dissector-v3-8-45b46494f937@bootlin.com Signed-off-by: Alexei Starovoitov --- diff --git a/tools/testing/selftests/bpf/config b/tools/testing/selftests/bpf/config index 4ca84c8d9116a..c378d5d07e029 100644 --- a/tools/testing/selftests/bpf/config +++ b/tools/testing/selftests/bpf/config @@ -58,6 +58,7 @@ CONFIG_MPLS=y CONFIG_MPLS_IPTUNNEL=y CONFIG_MPLS_ROUTING=y CONFIG_MPTCP=y +CONFIG_NET_ACT_GACT=y CONFIG_NET_ACT_SKBMOD=y CONFIG_NET_CLS=y CONFIG_NET_CLS_ACT=y