> From: Mattias Rönnblom [mailto:[email protected]] > 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 <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Tyler Retzlaff <[email protected]> > --- > app/test/test_bitops.c | 10 + > lib/eal/include/rte_bitops.h | 425 +++++++++++++++++++++++++++++++++++ > 2 files changed, 435 insertions(+)
The rte_bitops.h changes belong in another patch in the series.

