Loading
nvme: always return success from delete_io_qpair
It is not uncommon for delete_io_qpair to fail, for example when a controller is hot removed. So even if SQ or CQ deletion fails, continue with freeing resources and report success back up the stack. There is really nothing the application can do to account for this failing anyways. Upcoming patches will add additional checks to ensure failing delete_io_qpair status never gets propagated to the caller. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Iac007c1eba30f7a8c4936b3ffb6c837f28ee12ae Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8658 Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>