Re: [PATCH v7 4/4] test: add unit test for ptr compression

2024-03-07 Thread David Marchand
On Fri, Mar 1, 2024 at 11:21 AM Paul Szczepanek wrote: > > Test compresses and decompresses pointers with various combinations > of memory regions and alignments and verifies the pointers are > recovered correctly. > > Signed-off-by: Paul Szczepanek > --- > app/test/meson.build | 1

[PATCH v7 4/4] test: add unit test for ptr compression

2024-03-01 Thread Paul Szczepanek
Test compresses and decompresses pointers with various combinations of memory regions and alignments and verifies the pointers are recovered correctly. Signed-off-by: Paul Szczepanek --- app/test/meson.build | 1 + app/test/test_eal_ptr_compress.c | 108