This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Support needed for newer libbpf versions. #72
Comments
Thanks @leearoberts - just acknowledging your issue. We're looking into it. |
Update on this:
Thanks @maryamtahhan for advice and suggestions. Thanks @phansGithub for trialing and testing all the above. FYI @davecremins. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/[email protected]/
RHEL 9.2 includes libbpf v1.0.0, causing this code to break when moving to a newer OS.
The text was updated successfully, but these errors were encountered: