Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp3700451pxv; Mon, 5 Jul 2021 03:42:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwIWZ8aHBT8GTGMx+g7GjIqTM/HL330FDGw9QhuEEjba266gC4VZ6WsmAVX04zInggooDaq X-Received: by 2002:a05:6638:618:: with SMTP id g24mr12119416jar.16.1625481779300; Mon, 05 Jul 2021 03:42:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625481779; cv=none; d=google.com; s=arc-20160816; b=zs+xlg95GMMRfV3Z6z6zOvd1IhPEWogLpPhrNIrV8xHcAcQErQrxv6A4JS9Yeq0DyO /LqnvJKuFxpNPxqZJ2B2APeQNxBDiWJsQpWEyqiDqp7hw4NtbJsyIkxkaf+mko25iNu3 Pzbc2hOJb/AueyYyBmGylhaBksVn2HfmAViE6Ip/yBpprI3D5cVoIYnPzJF0hXSFpBM3 XcqmX/1KE8teAKxKHH/IUaiFHr8sZPaD/+mhfn+vEfCKy3LW+AXiF6DFqzOYzHSIrD48 4GNOS64CTvHBJMi9jm6I6MlIeQWT7Bwyx6uz5gtJYgHDJ+x9DKkYpgp6CLs2ANxgo3iL e4Lg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=aDMvDp6FaDtQmlWKI2y22upgyCN7UnzYnxR2DycoJ7g=; b=Rx7qRiU693jgadUYmbyw4na45b4SLAuQGfMpdRXQBVWvPIGb2o68JuXXogJJaVb/dF vnSzLtshFcibS7HAwyVzZcdlmZvWpDr34LUNuIdssxvO2kj5VnymXOFKmTUcAJW8pFtI ganDoytQ0Eq15xG6NUXk3quxgQHMsGcrxEZESYasqesF1xVqZ1TBdsHMiAWgvYH77liP VDM5rycwx1+dnhjmLfRaLTmi/i3MpdrEg18KgEhk48q0rrwT/moy+/PX97A7KFHz8zeB s8ptKK5R8cofZvEPsnzbv6+EmBETeO2F3vLcZkDDWliHat+0FY+BspWYvjY+gl79bD5i YU8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t4si14632766ilq.47.2021.07.05.03.42.47; Mon, 05 Jul 2021 03:42:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231183AbhGEKor (ORCPT + 99 others); Mon, 5 Jul 2021 06:44:47 -0400 Received: from verein.lst.de ([213.95.11.211]:56476 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230168AbhGEKor (ORCPT ); Mon, 5 Jul 2021 06:44:47 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 5450D68AFE; Mon, 5 Jul 2021 12:42:08 +0200 (CEST) Date: Mon, 5 Jul 2021 12:42:08 +0200 From: Christoph Hellwig To: "Shivamurthy Shastri (sshivamurthy)" Cc: Christoph Hellwig , "kbusch@kernel.org" , "axboe@fb.com" , "sagi@grimberg.me" , "linux-nvme@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "shiva.linuxworks@gmail.com" Subject: Re: [EXT] Re: [PATCH] nvme: Add abrupt shutdown support Message-ID: <20210705104208.GA14891@lst.de> References: <20210705101157.1009135-1-sshivamurthy@micron.com> <20210705101554.GA12803@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 05, 2021 at 10:40:21AM +0000, Shivamurthy Shastri (sshivamurthy) wrote: > Micron Confidential > > Hi Christoph, > > > > > > > On Mon, Jul 05, 2021 at 10:11:57AM +0000, shiva.linuxworks@gmail.com wrote: > > > From: Shivamurthy Shastri > > > > > > Enabling the abrupt shutdown support. In this shutdown type host does > > > not need to send Delete I/O Submission Queue and Delete I/O Completion > > > queue commands to the device. > > > > Why? > > This is to achieve faster shutdown at the cost of data in-flight. What is the actual use case, and why would a module paramter be a good interface?