+20
−1
Loading
fio does the io buffer allocations on a per-thread basis, so if a thread/job is associated with multiple bdevs, and those bdevs don't share the same numa_id, we will just revert to SPDK_ENV_NUMA_ID_ANY. Also, if any of the bdevs report SPDK_ENV_NUMA_ID_ANY, revert to SPDK_ENV_NUMA_ID_ANY for that case too. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I92caf0dadc15af3196ae9e0f5ae410ad4cee28f3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24155 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>