From mboxrd@z Thu Jan 1 00:00:00 1970 From: jianchao.w.wang@oracle.com (jianchao.wang) Date: Fri, 4 May 2018 14:21:57 +0800 Subject: [PATCH V3 7/8] nvme: pci: recover controller reliably In-Reply-To: <2e6e88f9-089a-2809-0c2b-4e96ba1199e9@oracle.com> References: <20180503031716.31446-1-ming.lei@redhat.com> <20180503031716.31446-8-ming.lei@redhat.com> <32819b0a-acc8-fa76-5e58-8e75e2bc081b@oracle.com> <20180503100824.GA5078@ming.t460p> <20180504042451.GA20791@ming.t460p> <2e6e88f9-089a-2809-0c2b-4e96ba1199e9@oracle.com> Message-ID: Oh sorry. On 05/04/2018 02:10 PM, jianchao.wang wrote: > nvme_error_handler should invoke nvme_reset_ctrl instead of introducing another interface. > Then it is more convenient to ensure that there will be only one resetting instance running. ctrl state is still in RESETTING state, nvme_reset_ctrl cannot work. Thanks Jianchao