+18
−0
+30
−0
+1
−0
Loading
Performance tools such as nvme-perf may want to create lots of qpairs to measure scaling, and then want to set async_mode = true to amortize the connection cost across the group of connections. But we don't want connections to be connecting in the background while we are doing I/O. So add a new API spdk_nvme_poll_group_all_connected to check if all of the qpairs are connected. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I109f9ee96b6d6d3263e20dc2d3b3e11a475d246d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17637 Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>