From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH V3 7/8] nvme: pci: recover controller reliably To: Ming Lei Cc: Jens Axboe , Keith Busch , Laurence Oberman , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, Christoph Hellwig 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> From: "jianchao.wang" Message-ID: Date: Fri, 4 May 2018 14:21:57 +0800 MIME-Version: 1.0 In-Reply-To: <2e6e88f9-089a-2809-0c2b-4e96ba1199e9@oracle.com> Content-Type: text/plain; charset=utf-8 List-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