On Fri, Mar 01, 2024 at 09:57:11AM -0800, Stephen Hemminger wrote: > The function rand is very weak and should not be used. > Use the DPDK rte_rand() which is seeded from entropy instead. > > Coverity issue: 414987 > Fixes: b3d326e438f1 ("baseband/fpga_5gnr_fec: add FPGA mutex") > Cc: hernan.var...@intel.com > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > ---
Reviewed-by: Tyler Retzlaff <roret...@linux.microsoft.com>