+1
−1
+1
−1
Loading
The patch nvme: Set dnr to zero for nvme_qpair_abort_reqs() https://github.com/spdk/spdk/commit/1b3172f726cf9e806977ff6949625cdb0a9542a6 did the change stated in the title. However, Revert "nvme/rdma: Correct qpair disconnect process" https://github.com/spdk/spdk/commit/c8f986c7ee63284ff73180c9a99acaf43d22882b destroyed it for RDMA transport. Additionally, we had still set DNR to 1 in nvme_qpair_init(). This patch fixes both. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: Iee60ac24aa7e04cce0f394014c9d9afc9d2b56ec Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11644 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>