Re: [PATCH v15 0/6] add pointer compression API

2024-06-17 Thread David Marchand
On Mon, Jun 17, 2024 at 3:47 PM Paul Szczepanek wrote: > This will solve it: > > diff --git a/lib/ptr_compress/rte_ptr_compress.h > b/lib/ptr_compress/rte_ptr_compress.h > index b9ab17b2db..a779f21fda 100644 > --- a/lib/ptr_compress/rte_ptr_compress.h > +++ b/lib/ptr_compress/rte_ptr_compress.h >

Re: [PATCH v15 0/6] add pointer compression API

2024-06-17 Thread Paul Szczepanek
On 17/06/2024 11:02, David Marchand wrote: > Hello Paul, > > On Fri, Jun 14, 2024 at 12:28 PM David Marchand > wrote: >> Even if this library only contains a header, with no tie to other >> public DPDK API, this library should be optional. >> If no objection, please work on this change for -rc

Re: [PATCH v15 0/6] add pointer compression API

2024-06-17 Thread David Marchand
Hello Paul, On Fri, Jun 14, 2024 at 12:28 PM David Marchand wrote: > Even if this library only contains a header, with no tie to other > public DPDK API, this library should be optional. > If no objection, please work on this change for -rc2, We have a build error on armv7 (tested in OBS). https

Re: [PATCH v15 0/6] add pointer compression API

2024-06-14 Thread David Marchand
On Tue, Jun 11, 2024 at 3:00 PM Paul Szczepanek wrote: > > This patchset is proposing adding a new header only library > with utility functions that allow compression of arrays of pointers. > > Since this is a header only library a patch needed to be added to amend > the build system to allow addi

[PATCH v15 0/6] add pointer compression API

2024-06-11 Thread Paul Szczepanek
This patchset is proposing adding a new header only library with utility functions that allow compression of arrays of pointers. Since this is a header only library a patch needed to be added to amend the build system to allow adding libraries without source files. When passing caches full of poi