> From: Mattias Rönnblom [mailto:[email protected]] > Sent: Monday, 28 August 2023 14.23 > > On 2023-08-28 14:06, Anatoly Burakov wrote: > > Currently, the rte_rand() state is initialized with seed, and each > > rand state is initialized up until RTE_MAX_LCORE'th rand state. > However, > > rand state also has one extra rand state reserved for non-EAL threads, > > which is not initialized. Fix it by initializing this extra state. > > > > Fixes: 3f002f069612 ("eal: replace libc-based random generation with > LFSR") > > Cc: [email protected] > > Cc: [email protected] > > > > Signed-off-by: Anatoly Burakov <[email protected]> > > ---
Acked-by: Morten Brørup <[email protected]>

