Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c

From: Bastien Curutchet
Date: Mon Jan 06 2025 - 03:25:27 EST


Hi again,

On 1/3/25 2:17 PM, Alexis Lothoré wrote:
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)


Indeed, that would be more straightforward

Thanks,
Bastien