Andrii Nakryiko <andrii@xxxxxxxxxx> writes: > Forward-declare struct bpf_redir_neigh in bpf_helper_defs.h to avoid > compiler warning about unknown structs. > > Fixes: ba452c9e996d ("bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop") > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Ah! I did actually include that in my local tree at some point, but guess it never made it into the patch; sorry about that! I guess this should go into the bpf tree, rather than bpf-next, no? Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>