Then the kick can be removed from nvme_start_queues()requeue kick and in nvme_complete_rq call: blk_mq_requeue_request(req, !blk_queue_quiesced(req->q)); Thoughts?I think we can always to kick the requeue work even when queue is stopped. It is OK to put the requeue req into sw queue/scheduler queue when queue is stopped.
Agreed.