Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme_pcie: Fix nvme_qpair_abort_all_queued_reqs() to be called for ad…
…minq By the patch spdk@736b9da nvme_qpair_abort_all_queued_reqs() was changed to be called after the adminq is actually disconnected. However, the patch spdk@ac31590 unexpectedly disabled to call nvme_qpair_abort_all_queued_reqs() for adminq because qpair->active_proc is NULL for adminq. Add one more condition to nvme_transport_ctrlr_disconnect_qpair_done(). Fixes issue spdk#2928 Signed-off-by: Shuhei Matsumoto <[email protected]> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17001 (master) (cherry picked from commit cb2a733) Change-Id: Ic65f4cd952e6e89275788ff4b86ceca050f624d5 Signed-off-by: Krzysztof Karas <[email protected]> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17696 Reviewed-by: Ben Walker <[email protected]> Tested-by: SPDK CI Jenkins <[email protected]> Reviewed-by: Konrad Sztyber <[email protected]> Reviewed-by: Jim Harris <[email protected]>
- Loading branch information