On 1/3/25 11:10, Bastien Curutchet (eBPF Foundation) wrote:
test_xdp_redirect.sh can't be used by the BPF CI.
- dummy_prog = bpf_object__find_program_by_name(skel_dummy->obj, "xdp_dummy_prog");
Also missed this one: why not using directly skel_dummy->progs.xdp_dummy_prog ? (same for all progs below)
Thanks, Alexis