Re: [PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-07-07 Thread Andrew Rybchenko
On 6/24/22 14:48, Andrew Rybchenko wrote: On 6/24/22 13:10, Thomas Monjalon wrote: 24/06/2022 10:37, Loftus, Ciara: 24/06/2022 08:06, Ciara Loftus: Linking with libbpf v0.8.0 causes deprication warnings. As a temporary measure, prevent linking with libbpf versions v0.8.0 and greater. This lim

Re: [PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-06-24 Thread Andrew Rybchenko
On 6/24/22 13:10, Thomas Monjalon wrote: 24/06/2022 10:37, Loftus, Ciara: 24/06/2022 08:06, Ciara Loftus: Linking with libbpf v0.8.0 causes deprication warnings. As a temporary measure, prevent linking with libbpf versions v0.8.0 and greater. This limitation should be removed in the future whe

Re: [PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-06-24 Thread Thomas Monjalon
24/06/2022 10:37, Loftus, Ciara: > > > > 24/06/2022 08:06, Ciara Loftus: > > > Linking with libbpf v0.8.0 causes deprication warnings. As a temporary > > > measure, prevent linking with libbpf versions v0.8.0 and greater. This > > > limitation should be removed in the future when appropriate > > >

RE: [PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-06-24 Thread Loftus, Ciara
> > 24/06/2022 08:06, Ciara Loftus: > > Linking with libbpf v0.8.0 causes deprication warnings. As a temporary > > measure, prevent linking with libbpf versions v0.8.0 and greater. This > > limitation should be removed in the future when appropriate > > compatibility measures are introduced. > > >

Re: [PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-06-24 Thread Thomas Monjalon
24/06/2022 08:06, Ciara Loftus: > Linking with libbpf v0.8.0 causes deprication warnings. As a temporary > measure, prevent linking with libbpf versions v0.8.0 and greater. This > limitation should be removed in the future when appropriate > compatibility measures are introduced. > > Signed-off-by

[PATCH] net/af_xdp: limit libbpf version to <= v0.7.0

2022-06-23 Thread Ciara Loftus
Linking with libbpf v0.8.0 causes deprication warnings. As a temporary measure, prevent linking with libbpf versions v0.8.0 and greater. This limitation should be removed in the future when appropriate compatibility measures are introduced. Signed-off-by: Ciara Loftus --- doc/guides/nics/af_xdp.