On Fri, Aug 09, 2024 at 10:14:35PM +0200, Mattias R??nnblom wrote:
> Introduce a set of functions and macros that operate on sets of bits,
> kept in arrays of 64-bit words.
>
> RTE bitset is designed for bitsets which are larger than what fits in
> a single machine word (i.e., 64 bits). For very large bitsets, the
> <rte_bitmap.h> API may be a more appropriate choice.
>
> Depends-on: series-32740 ("Improve EAL bit operations API")
>
> Signed-off-by: Mattias R??nnblom <[email protected]>
>
> --
Acked-by: Tyler Retzlaff <[email protected]>