Re: [PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread David Marchand
On Wed, Jun 19, 2024 at 6:27 PM Paul Szczepanek wrote: > > Fix the type of offset to use portable uintptr_t instead of uint64_t. > > Fixes: 077596a4b077 ("ptr_compress: add pointer compression library") > Reported-by: Luca Boccassi > Reviewed-by: Nick Connolly > Signed-off-by: Paul Szczepanek

Re: [PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread David Marchand
On Wed, Jun 19, 2024 at 6:51 PM Luca Vizzarro wrote: > > On 19/06/2024 17:45, David Marchand wrote: > > I would like to take this patch for rc1. > > Can you confirm which tests were done please? > > Hi David, > > the test verified if the warning messages that this commit fixes > disappeared. To do

Re: [PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread Luca Vizzarro
On 19/06/2024 17:45, David Marchand wrote: I would like to take this patch for rc1. Can you confirm which tests were done please? Hi David, the test verified if the warning messages that this commit fixes disappeared. To do so, I've compiled main with this patch applied against an armv7-a ta

Re: [PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread David Marchand
Hello Luca, On Wed, Jun 19, 2024 at 6:39 PM Luca Vizzarro wrote: > > Tested-by: Luca Vizzarro I would like to take this patch for rc1. Can you confirm which tests were done please? Thank you. -- David Marchand

Re: [PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread Luca Vizzarro
Tested-by: Luca Vizzarro

[PATCH v1] ptr_compress: fix offset to use portable type

2024-06-19 Thread Paul Szczepanek
Fix the type of offset to use portable uintptr_t instead of uint64_t. Fixes: 077596a4b077 ("ptr_compress: add pointer compression library") Reviewed-by: Nick Connolly Signed-off-by: Paul Szczepanek --- lib/ptr_compress/rte_ptr_compress.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions