Re: [PATCH 2/6] eal: add bitset test suite

2024-09-11 Thread Tyler Retzlaff
On Fri, Aug 09, 2024 at 10:14:36PM +0200, Mattias R??nnblom wrote: > Add test suite exercising . > > Signed-off-by: Mattias R??nnblom > > -- > > RFC v5: > * Parameterize tests to allow reuse across both atomic and non-atomic >functions. > > RFC v4: > * Fix signed char issue in test cases

[PATCH 2/6] eal: add bitset test suite

2024-08-09 Thread Mattias Rönnblom
Add test suite exercising . Signed-off-by: Mattias Rönnblom -- RFC v5: * Parameterize tests to allow reuse across both atomic and non-atomic functions. RFC v4: * Fix signed char issue in test cases. (Stephen Hemminger) * Add test cases for logic operations. * Use the unit test suite run