On Mon, Dec 5, 2022 at 11:08 AM Mattias Rönnblom <[email protected]> wrote: > > Prior to this change, unregistered non-EAL threads shared a PRNG > instance with the main lcore. The main lcore may well be used for fast > path processing, potentially making rte_rand() calls in the > process. It should not need to synchronize with control threads. > > With this change, all unregistered non-EAL threads share one dedicated > PRNG instance. > > The API documentation is updated to use the proper terminology when > referring to threads equipped with an lcore id. > > Signed-off-by: Mattias Rönnblom <[email protected]> Acked-by: Morten Brørup <[email protected]>
Applied, thanks. -- David Marchand

