Re: [dpdk-dev] [PATCH] eal: use 32-bit RDSEED to allow 32-bit x86 usage

2019-06-29 Thread Thomas Monjalon
28/06/2019 23:08, Mattias Rönnblom: > When seeding the pseudo-random number generator, replace the 64-bit > RDSEED with two 32-bit RDSEED instructions to allow building and > running on 32-bit x86. > > Fixes: faf8fd252785 ("eal: improve entropy for initial PRNG seed") > > Reported-by: Ferruh Yigi

[dpdk-dev] [PATCH] eal: use 32-bit RDSEED to allow 32-bit x86 usage

2019-06-28 Thread Mattias Rönnblom
When seeding the pseudo-random number generator, replace the 64-bit RDSEED with two 32-bit RDSEED instructions to allow building and running on 32-bit x86. Fixes: faf8fd252785 ("eal: improve entropy for initial PRNG seed") Reported-by: Ferruh Yigit Signed-off-by: Mattias Rönnblom --- lib/librt