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: [email protected]
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---Reviewed-by: Tyler Retzlaff <[email protected]>

