From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751011AbdE1Jkp (ORCPT ); Sun, 28 May 2017 05:40:45 -0400 Received: from verein.lst.de ([213.95.11.211]:50771 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbdE1Jkp (ORCPT ); Sun, 28 May 2017 05:40:45 -0400 Date: Sun, 28 May 2017 11:40:43 +0200 From: Christoph Hellwig To: Rakesh Pandit Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH V3] nvme: fix multiple ctrl removal scheduling Message-ID: <20170528094043.GA14199@lst.de> References: <20170526201351.GA21847@dhcp-216.srv.tuxera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170526201351.GA21847@dhcp-216.srv.tuxera.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rkesh, this looks reasonable, but we'll need to also adopt the non-PCI driver to the new state machine. I can give this a spin. At that point we probably want to move nvme_reset into common code somehow.