Loading
nvme/perf: move rand_r seed to ns_entry_
This eliminates the thread-local seed variable. But we're also adding zipf distributions in an upcoming patch, and we'll want to store that context in the ns_entry rather than making it thread local. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Icc4a8b7bdbc9cd35525f2d35c9ada8e3ec0ba76c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7791 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Community-CI: Mellanox Build Bot