[PATCH 1/6] eal: add bitset type
Tyler Retzlaff
roretzla at linux.microsoft.com
Thu Sep 12 06:51:03 CEST 2024
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 <mattias.ronnblom at ericsson.com>
>
> --
Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
More information about the dev
mailing list