RE: [PATCH v2] net/af_xdp: use libxdp if available

2022-01-27 Thread Loftus, Ciara
> > On Tue, Jan 25, 2022 at 07:20:43AM +, 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 us

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

2022-01-25 Thread Bruce Richardson
On Tue, Jan 25, 2022 at 07:20:43AM +, 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

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

2022-01-24 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