On Wed, 23 Oct 2024 06:07:22 +0000 Xiaohua Wang <xiaohua.w...@ericsson.com> wrote:
> eth_rx_queue_setup(): Set up rx queue, rx queue id: 0, xsk queue id: 0 > libbpf: elf: skipping unrecognized data section(8) .xdp_run_config > libbpf: elf: skipping unrecognized data section(9) xdp_metadata > libbpf: elf: skipping unrecognized data section(7) xdp_metadata > libbpf: prog 'xdp_pass': BPF program load failed: Invalid argument > libbpf: prog 'xdp_pass': failed to load: -22 Is xdp_pass your own BPF program? It maybe that the kernel device driver (in this case macvlan) needs to have support for BPF programs. Macvlan does not see macvlan.c:macvlan_netdev_ops