Re: [PATCH 1/6] nvme: move the dying queue check from cancel to completion

2017-11-06 Thread Keith Busch
Looks good. Reviewed-by: Keith Busch

Re: [PATCH 1/6] nvme: move the dying queue check from cancel to completion

2017-11-05 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH 1/6] nvme: move the dying queue check from cancel to completion

2017-11-02 Thread Christoph Hellwig
With multipath we don't want a hard DNR bit on a request that is cancelled by a controller reset, but instead want to be able to retry it on another patch. To archive this don't always set the DNR bit when the queue is dying in nvme_cancel_request, but defer that decision to nvme_req_needs_retry.