[PATCH v2] net/af_xdp: make the PMD compatible with libbpf >= v0.7.0
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Fri Feb 18 11:57:18 CET 2022
    
    
  
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.loftus at intel.com>
Applied to dpdk-next-net/main, thanks.
    
    
More information about the dev
mailing list