+3
−0
Loading
Func spdk_nvmf_rdma_destroy_defunct_qpair is a "last chance option" to destroy qp manually if some driver/hardware doesn't drain qp's failed wr as expected. There's a probability that ibv_poll_cq polls wr of the destoryed qp after spdk_nvmf_rdma_destroy_defunct_qpair's execution. Although in practice the risk of this situation is minimal(if not non-existent), add a log here so that we could detect this situation easily. Change-Id: Ifa9534397513bcea34c18fbb8168eef8f53599c1 Signed-off-by:lorneli <lorneli@163.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/462441 Reviewed-by:
Seth Howell <seth.howell@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>