Re: [PATCH 1/3] random: defer seeding to EAL init

2024-12-16 Thread Burakov, Anatoly
On 12/5/2024 6:57 PM, David Marchand wrote: The RNG is documented as being seeded as part of EAL init. /** * Seed the pseudo-random generator. * * The generator is automatically seeded by the EAL init with a timer * value. It may need to be re-seeded by the user with a real random * va

Re: [PATCH 1/3] random: defer seeding to EAL init

2024-12-06 Thread Mattias Rönnblom
On 2024-12-05 18:57, David Marchand wrote: The RNG is documented as being seeded as part of EAL init. /** * Seed the pseudo-random generator. * * The generator is automatically seeded by the EAL init with a timer * value. It may need to be re-seeded by the user with a real random * val