[PATCH 5/6] service: use multi-word bitset to represent service flags
Tyler Retzlaff
roretzla at linux.microsoft.com
Thu Sep 12 06:52:48 CEST 2024
On Fri, Aug 09, 2024 at 10:14:39PM +0200, Mattias R??nnblom wrote:
> Use a multi-word bitset to track which services are mapped to which
> lcores, allowing the RTE_SERVICE_NUM_MAX compile-time constant to be >
> 64.
>
> Replace array-of-bytes service-currently-active flags with a more
> compact multi-word bitset-based representation, reducing memory
> footprint somewhat.
>
> 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