Re: [RFC v3 5/6] service: keep per-lcore state in lcore variable

2024-02-23 Thread Mattias Rönnblom
On 2024-02-22 10:42, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Tuesday, 20 February 2024 09.49 Replace static array of cache-aligned structs with an lcore variable, to slightly benefit code simplicity and performance. Signed-off-by: Mattias Rönnblo

RE: [RFC v3 5/6] service: keep per-lcore state in lcore variable

2024-02-22 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Tuesday, 20 February 2024 09.49 > > Replace static array of cache-aligned structs with an lcore variable, > to slightly benefit code simplicity and performance. > > Signed-off-by: Mattias Rönnblom > --- > @@ -486,8 +489,7