+10
−2
Loading
When we support spdk_nvme_detach_async(), any controller may be destructed asynchronously. We will be able to know the case by ctrlr->is_destructed is true and ctrlr is queued in the attached list. nvme_ctrlr_probe() should fail if the found ctrlr satisfies these conditions. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I299c2e5ea3c16cc1239899c163bb9e0eb921ade5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4413 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>