RE: af_xdp + libbpf 0.8

2022-06-23 Thread Loftus, Ciara
> > 24/06/2022 00:18, Ferruh Yigit: > > On 6/23/2022 10:58 PM, Thomas Monjalon wrote: > > > Hi, > > > > > > It seems DPDK is not compatible with libbpf 0.8: > > > > > > drivers/net/af_xdp/rte_eth_af_xdp.c:871:6: error: 'bpf_get_link_xdp_id' > is deprecated: libbpf v0.8+: use bpf_xdp_query_id() ins

Re: af_xdp + libbpf 0.8

2022-06-23 Thread Thomas Monjalon
24/06/2022 00:18, Ferruh Yigit: > On 6/23/2022 10:58 PM, Thomas Monjalon wrote: > > Hi, > > > > It seems DPDK is not compatible with libbpf 0.8: > > > > drivers/net/af_xdp/rte_eth_af_xdp.c:871:6: error: 'bpf_get_link_xdp_id' is > > deprecated: libbpf v0.8+: use bpf_xdp_query_id() instead > > /us

Re: af_xdp + libbpf 0.8

2022-06-23 Thread Ferruh Yigit
On 6/23/2022 10:58 PM, Thomas Monjalon wrote: Hi, It seems DPDK is not compatible with libbpf 0.8: drivers/net/af_xdp/rte_eth_af_xdp.c:871:6: error: 'bpf_get_link_xdp_id' is deprecated: libbpf v0.8+: use bpf_xdp_query_id() instead /usr/include/bpf/libbpf.h:1168:1: note: 'bpf_get_link_xdp_id' h

af_xdp + libbpf 0.8

2022-06-23 Thread Thomas Monjalon
Hi, It seems DPDK is not compatible with libbpf 0.8: drivers/net/af_xdp/rte_eth_af_xdp.c:871:6: error: 'bpf_get_link_xdp_id' is deprecated: libbpf v0.8+: use bpf_xdp_query_id() instead /usr/include/bpf/libbpf.h:1168:1: note: 'bpf_get_link_xdp_id' has been explicitly marked deprecated here LIBBP