From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 583BDC433F5 for ; Sat, 30 Apr 2022 07:52:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233512AbiD3Hzr (ORCPT ); Sat, 30 Apr 2022 03:55:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235487AbiD3Hzq (ORCPT ); Sat, 30 Apr 2022 03:55:46 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3ADA9517E0; Sat, 30 Apr 2022 00:52:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E6ACEB81A53; Sat, 30 Apr 2022 07:52:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10F04C385A7; Sat, 30 Apr 2022 07:52:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651305142; bh=7WU6Hv+j5IpVc4WlVEIwGBU4ZFEmt4nHCYEncgGlcn8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bftjN0qO/SG4jvtvjb3gkReAtIDReW4NuHomITzamBvbFKa47b+q4or07Bz4gvkPP m+LASPvPyfaXDV9V359Bep0eUtfJmK1BBYPx3yTUU2z9UDIGBf4Q7h9pxJLnG/LDDl Z2O+IfJ/Fea8Ya7bACgDQdH/i++YLQiyKRyAS5To= Date: Sat, 30 Apr 2022 09:52:14 +0200 From: Greg Kroah-Hartman To: Tanjore Suresh Cc: "Rafael J. Wysocki" , Christoph Hellwig , Sagi Grimberg , Bjorn Helgaas , Linux Kernel Mailing List , linux-nvme , Linux PCI Subject: Re: [PATCH v2 1/3] driver core: Support asynchronous driver shutdown Message-ID: References: <20220412224348.1038613-1-tansuresh@google.com> <20220412224348.1038613-2-tansuresh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Apr 29, 2022 at 11:03:07AM -0700, Tanjore Suresh wrote: > Rafael, > > That is a good observation, however, many of the use cases in data > centers (deployment of devices in data centers) do not exploit device > power management. Therefore, I'm not sure that is the right way to > design this. Yes it is, enable device power management and use that interface please. Devices in data centers should of course be doing the same thing as everyone else, as it actually saves real money in power costs. To not do so is very odd. thanks, greg k-h