]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable
authorGregory Bell <grbell@redhat.com>
Fri, 17 Apr 2026 15:41:21 +0000 (11:41 -0400)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 26 Apr 2026 23:42:22 +0000 (16:42 -0700)
commitac985e7bf840e34a8dafe0808cc571fd85896c30
treead8ea5cabc11d713fc4db0794e9f1d3a12bfa480
parent6c60b2dd5a7889a583389e95e79689191206f86f
selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable

Define flow_offload_tuple_rhash___local and use it in place of the
forward-declared kernel type for the bpf_xdp_flow_lookup kfunc return
type and tuplehash variable. This is consistent with how
bpf_flowtable_opts___local is already handled in the same file and
avoids relying on a forward declaration of the struct.

Fixes: eeb23b54e447 ("selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=m")
Signed-off-by: Gregory Bell <grbell@redhat.com>
Link: https://lore.kernel.org/r/20260417154122.2558890-2-grbell@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/xdp_flowtable.c