> -----Original Message-----
> From: Mattias Rönnblom <[email protected]>
> Sent: Monday, September 16, 2024 11:52 AM
> To: [email protected]
> Cc: [email protected]; Morten Brørup <[email protected]>; 
> Stephen Hemminger <[email protected]>;
> Konstantin Ananyev <[email protected]>; David Marchand 
> <[email protected]>; Jerin Jacob
> <[email protected]>; Mattias Rönnblom <[email protected]>
> Subject: [PATCH v4 4/7] random: keep PRNG state in lcore variable
> 
> Replace keeping PRNG state in a RTE_MAX_LCORE-sized static array of
> cache-aligned and RTE_CACHE_GUARDed struct instances with keeping the
> same state in a more cache-friendly lcore variable.
> 
> Signed-off-by: Mattias Rönnblom <[email protected]>
> Acked-by: Morten Brørup <[email protected]>
> 
> --
> 
> RFC v3:
>  * Remove cache alignment on unregistered threads' rte_rand_state.
>    (Morten Brørup)
> ---

Acked-by: Konstantin Ananyev <[email protected]> 

> 2.34.1

Reply via email to