From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F3B712EBF1 for ; Thu, 7 Mar 2024 15:23:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709825012; cv=none; b=EMuHHXBot5CKzPsEBNpqua6osPtDrtz4U1vu6Tg0uZ9vZs0eCMLq0UdzcnrSieTq2vA5Ih+QtvHwD8P4AjRkPgwH6WvxBPr4DG+xPHGr+EPFHlYUC0VrJELST8dyr8wvt9jiLgzCHyhWXgfTnHQ9mZWOPF/9POMfLy69fdiDDnM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709825012; c=relaxed/simple; bh=QLwDJBwJUyurwdA1KQeq9Y4vMNeTVG8BJ1Hj5GtG0FY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ARc0T72GWwGI3r2M+J5uEh9b2Y/1nsAsHc3glqVSiF1oJzD09CJ0P89lDvOXGU28FhKVttQBidOx9Znm9oecl5HJJ1DV8toLZnEIhNoLa6qyeRsdsX/hqbESObui8qhFzJXxhyrmkBTWZXGPRFLSgpZIABt09kjJm77and6j6OM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lN6U5wys; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lN6U5wys" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41477C433F1; Thu, 7 Mar 2024 15:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709825011; bh=QLwDJBwJUyurwdA1KQeq9Y4vMNeTVG8BJ1Hj5GtG0FY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lN6U5wysUBIsea39sveda6cKOE8vaYQeS428B3+79IalRiz1prKW5EJAc14cDSk08 23zae8ymWNhLYfRHmFoqAJsCtCXPETajKuMpzn60oZSNFtG4hSMIay6jzpMHp6s5GK mQUu2B5pGqfAIuXTRxYONY7klnRKZ7txdFQ38M/MIwHcmc0NE6dYbs1Gf2lERPZ1FZ wxyq1kEdDDBMxLf/599BYrBnNOwT1gu0XvZX+Dy7dO+TSXpWZ6Lzm23kkbxm54pKIV jBiDzGZRMy7mBtcnhQfrRf1O76E2rzDiDaFwhqCimQrA2jTIdyiPFX5gLKeBDnx0+5 p39v1nd8w44fA== Date: Thu, 7 Mar 2024 08:23:29 -0700 From: Keith Busch To: Len Brown Cc: Max Gurtovoy , linux-nvme@lists.infradead.org, maxg@mellanox.com, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-kernel@vger.kernel.org, Len Brown Subject: Re: [PATCH 1/1] nvme: Use pr_dbg, not pr_info, when setting shutdown timeout Message-ID: References: <49a7c0b667abe23d95d67cf0cf7ea7e193d9f2a1.1709773065.git.len.brown@intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 07, 2024 at 08:17:05AM -0700, Keith Busch wrote: > But personally, I don't find this print very useful anymore, so I don't > care if it gets removed. Or maybe we can make the print less scary: how about changing "shutdown timeout" to "D3 entry latency"?