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: Mattias Rönnblom <mattias.ronnb...@ericsson.com>
Acked-by: Morten Brørup <m...@smartsharesystems.com>
Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>
---
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.
Thanks. Will send a v5.