+12
−16
Loading
nvme_io_path_is_connected() checks only qpair state and nvme_io_path_is_failed() checks only ctrlr state. Hence, to change these functions to nvme_qpair_is_connected() and nvme_ctrlr_is_failed(), respectively, is more accurate. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: Ibb4fc733eb4db527ecf2adf54a27eb219c757023 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17558 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>