On 2/17/2022 2:45 PM, Ciara Loftus wrote:
libbpf v0.7.0 deprecates the bpf_prog_load function. Use meson to detect if libbpf >= v0.7.0 is linked and if so, use the recommended replacement functions bpf_object__open_file and bpf_object__load.Signed-off-by: Ciara Loftus <ciara.lof...@intel.com>
Applied to dpdk-next-net/main, thanks.