In internal/bpf/bpfWrapper.c, there is a call to bpf_set_link_xdp_fd() at line 153. This function has been replaced in newer versions of libbpf.
A change to DPDK code (net/af_xdp) for this same issue can be seen at:
https://patchwork.dpdk.org/project/dpdk/patch/20220628121821.1326012-1-ciara.loftus@intel.com/
RHEL 9.2 includes libbpf v1.0.0, causing this code to break when moving to a newer OS.
In internal/bpf/bpfWrapper.c, there is a call to bpf_set_link_xdp_fd() at line 153. This function has been replaced in newer versions of libbpf.
A change to DPDK code (net/af_xdp) for this same issue can be seen at:
https://patchwork.dpdk.org/project/dpdk/patch/20220628121821.1326012-1-ciara.loftus@intel.com/
RHEL 9.2 includes libbpf v1.0.0, causing this code to break when moving to a newer OS.