Re: [PATCH 4/6] eal: add unit tests for atomic bitset operations

2024-12-04 Thread Tyler Retzlaff
On Wed, Oct 09, 2024 at 10:29:01PM +0200, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Thursday, 12 September 2024 06.52 > > > > On Fri, Aug 09, 2024 at 10:14:38PM +0200, Mattias R??nnblom wrote: > > > Extend bitset tests to cover the basic operatio

RE: [PATCH 4/6] eal: add unit tests for atomic bitset operations

2024-10-09 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 12 September 2024 06.52 > > On Fri, Aug 09, 2024 at 10:14:38PM +0200, Mattias R??nnblom wrote: > > Extend bitset tests to cover the basic operation of the > > rte_bitset_atomic_*() family of functions. > > > > Signed-of

Re: [PATCH 4/6] eal: add unit tests for atomic bitset operations

2024-09-11 Thread Tyler Retzlaff
On Fri, Aug 09, 2024 at 10:14:38PM +0200, Mattias R??nnblom wrote: > Extend bitset tests to cover the basic operation of the > rte_bitset_atomic_*() family of functions. > > Signed-off-by: Mattias R??nnblom > --- Tyler Retzlaff

[PATCH 4/6] eal: add unit tests for atomic bitset operations

2024-08-09 Thread Mattias Rönnblom
Extend bitset tests to cover the basic operation of the rte_bitset_atomic_*() family of functions. Signed-off-by: Mattias Rönnblom --- app/test/test_bitset.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/app/test/test_bitset.c b/app/test/test_bit