RE: [PATCH v4 6/7] service: keep per-lcore state in lcore variable

2024-09-16 Thread Konstantin Ananyev
> Replace static array of cache-aligned structs with an lcore variable, > to slightly benefit code simplicity and performance. > > Signed-off-by: Mattias Rönnblom > Acked-by: Morten Brørup > > -- Acked-by: Konstantin Ananyev > 2.34.1

[PATCH v4 6/7] service: keep per-lcore state in lcore variable

2024-09-16 Thread Mattias Rönnblom
Replace static array of cache-aligned structs with an lcore variable, to slightly benefit code simplicity and performance. Signed-off-by: Mattias Rönnblom Acked-by: Morten Brørup -- RFC v6: * Remove a now-redundant lcore variable value memset(). RFC v5: * Fix lcore value pointer bug introdu