Re: [PATCH 5/6] service: use multi-word bitset to represent service flags

2024-09-11 Thread Tyler Retzlaff
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 mu

[PATCH 5/6] service: use multi-word bitset to represent service flags

2024-08-09 Thread Mattias Rönnblom
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. Sign