Re: [PATCH v3] net/af_xdp: use libxdp if available

2022-02-01 Thread Ferruh Yigit
On 1/28/2022 9:50 AM, Ciara Loftus wrote: AF_XDP support is deprecated in libbpf since v0.7.0 [1]. The libxdp library now provides the functionality which once was in libbpf and which the AF_XDP PMD relies on. This commit updates the AF_XDP meson build to use the libxdp library if a version >= v1

Re: [PATCH v3] net/af_xdp: use libxdp if available

2022-02-01 Thread Ferruh Yigit
On 1/31/2022 6:05 PM, Bruce Richardson wrote: On Mon, Jan 31, 2022 at 05:59:53PM +, Ferruh Yigit wrote: On 1/28/2022 9:50 AM, Ciara Loftus wrote: AF_XDP support is deprecated in libbpf since v0.7.0 [1]. The libxdp library now provides the functionality which once was in libbpf and which the

Re: [PATCH v3] net/af_xdp: use libxdp if available

2022-01-31 Thread Bruce Richardson
On Mon, Jan 31, 2022 at 05:59:53PM +, Ferruh Yigit wrote: > On 1/28/2022 9:50 AM, Ciara Loftus wrote: > > AF_XDP support is deprecated in libbpf since v0.7.0 [1]. The libxdp > > library now provides the functionality which once was in libbpf and > > which the AF_XDP PMD relies on. This commit u

Re: [PATCH v3] net/af_xdp: use libxdp if available

2022-01-31 Thread Ferruh Yigit
On 1/28/2022 9:50 AM, Ciara Loftus wrote: AF_XDP support is deprecated in libbpf since v0.7.0 [1]. The libxdp library now provides the functionality which once was in libbpf and which the AF_XDP PMD relies on. This commit updates the AF_XDP meson build to use the libxdp library if a version >= v1

[PATCH v3] net/af_xdp: use libxdp if available

2022-01-28 Thread Ciara Loftus
AF_XDP support is deprecated in libbpf since v0.7.0 [1]. The libxdp library now provides the functionality which once was in libbpf and which the AF_XDP PMD relies on. This commit updates the AF_XDP meson build to use the libxdp library if a version >= v1.2.2 is available. If it is not available, o