Re: [RFC v4 4/6] eal: add unit tests for exactly-once bit access functions

2024-04-30 Thread Mattias Rönnblom
On 2024-04-30 12:37, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Tuesday, 30 April 2024 11.55 Extend bitops tests to cover the rte_bit_once_[set|clear|assign|test]() family of functions. RFC v4: * Remove redundant continuations. Signed-off-by: Mat

RE: [RFC v4 4/6] eal: add unit tests for exactly-once bit access functions

2024-04-30 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Tuesday, 30 April 2024 11.55 > > Extend bitops tests to cover the > rte_bit_once_[set|clear|assign|test]() family of functions. > > RFC v4: > * Remove redundant continuations. > > Signed-off-by: Mattias Rönnblom > Acked-by