You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/qede: use a better random generator for RSS key
The function of rand() is a weak random number generator.
Use the DPDK rte_rand() instead.
Note: this doesn't matter for real security, since most drivers
use a fixed RSS default key.
Signed-off-by: Stephen Hemminger <[email protected]>
Reviewed-by: Tyler Retzlaff <[email protected]>
0 commit comments