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.ronnb...@ericsson.com> > ---
Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>