Re: [PATCH] ebpf: fix compatibility with libbpf 1.0+

2022-12-20 Thread Shreesh Adiga
On Sun, Dec 18, 2022 at 05:15:04PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > On 18/12/22 15:39, Shreesh Adiga wrote: > > The current implementation fails to load on a system with > > libbpf 1.0 and reports that legacy map definitions in 'maps' > > sec

Re: [PATCH] ebpf: fix compatibility with libbpf 1.0+

2022-12-20 Thread Shreesh Adiga
On Mon, Dec 19, 2022 at 01:49:37PM +, Daniel P. Berrangé wrote: > On Mon, Dec 19, 2022 at 07:14:54PM +0530, Shreesh Adiga wrote: > > Hi Daniel, > > > > On Mon, Dec 19, 2022 at 10:56:57AM +, Daniel P. Berrangé wrote: > > > On Sun, Dec 18, 2022 at 08:09:2

Re: [PATCH] ebpf: fix compatibility with libbpf 1.0+

2022-12-19 Thread Shreesh Adiga
Hi Daniel, On Mon, Dec 19, 2022 at 10:56:57AM +, Daniel P. Berrangé wrote: > On Sun, Dec 18, 2022 at 08:09:27PM +0530, Shreesh Adiga wrote: > > The current implementation fails to load on a system with > > libbpf 1.0 and reports that legacy map definitions in 'maps&

[PATCH] ebpf: fix compatibility with libbpf 1.0+

2022-12-18 Thread Shreesh Adiga
on file in repo. Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> --- ebpf/rss.bpf.skeleton.h | 1171 -- tools/ebpf/Makefile.ebpf |8 +- tools/ebpf/rss.bpf.c | 43 +- 3 files changed, 891 insertions(+), 331 deletions(-) d