Stanislav Fomichev <sdf@xxxxxxxxxx> writes: > On Tue, Dec 6, 2022 at 3:49 AM Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote: >> >> Stanislav Fomichev <sdf@xxxxxxxxxx> writes: >> >> > Commit ccc3f56918f6 ("selftests/bpf: convert remaining legacy map >> > definitions") converted sample_map_ret0.c to modern BTF map format. >> > However, it doesn't looks like iproute2 part that attaches XDP >> > supports this format. >> >> It does if it's linked against libbpf; what distro are you on that >> doesn't do that? > > Ah, I've been using my own statically compiled version that doesn't > use libbpf; recompiling with -libbpf_force fixes this part. > I'll resend with only base_map_names changes (+ skipping builtin), thanks! Cool! You're welcome :) -Toke