Re: [PATCH 3/6] eal: add atomic bitset functions

2024-09-11 Thread Tyler Retzlaff
On Fri, Aug 09, 2024 at 10:14:37PM +0200, Mattias R??nnblom wrote: > Extend the bitset API with atomic versions of the most basic bitset > operations. > > Signed-off-by: Mattias R??nnblom > --- Acked-by: Tyler Retzlaff

[PATCH 3/6] eal: add atomic bitset functions

2024-08-09 Thread Mattias Rönnblom
Extend the bitset API with atomic versions of the most basic bitset operations. Signed-off-by: Mattias Rönnblom --- lib/eal/include/rte_bitset.h | 155 +++ 1 file changed, 155 insertions(+) diff --git a/lib/eal/include/rte_bitset.h b/lib/eal/include/rte_bitset.h