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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5883BC352A3 for ; Mon, 10 Feb 2020 10:31:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 271B72080C for ; Mon, 10 Feb 2020 10:31:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ritv+Scg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 271B72080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=koYAW7diOu1j9bsOxGg+d3xSLywO0xFUHhVEZS5sOaM=; b=Ritv+ScgyKijI7 nlWfYrNlzR+vW776j66/cGIrGqR1sqVkQLrrhZbszLrUuzRV9y3zYYhuzSM3FG8JhN431Ov+vuqft XX/NNkUAhc7yVaZxMT86FyI9pM7v89m7JQ7Y8+9Xj9nyXvcQnA+jnRSn5BuTUU9ZUkoJOUS4bOHP3 EZ1rOp6Djo71sgJ3QuyHvRbYXMCLW6viT7t3YB3Yc5xQmniCT57jao+IzizBg0ejQRm34wBYVjij8 xBrAhyugOPw3yq1NLCcNzVoix9G2YR63Bu/bUDU3ftQPB2rtLxl6AFw9F++jmpplGHBAkVems760d hb9xqRCplLKdK0sUU9bQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j16Lf-0001AO-IM; Mon, 10 Feb 2020 10:31:27 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j16Lc-00019L-6S for linux-arm-kernel@lists.infradead.org; Mon, 10 Feb 2020 10:31:25 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8A2B61FB; Mon, 10 Feb 2020 02:31:14 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7566A3F68F; Mon, 10 Feb 2020 02:31:12 -0800 (PST) Date: Mon, 10 Feb 2020 10:31:10 +0000 From: Sudeep Holla To: Ulf Hansson Subject: Re: [PATCH v3 5/7] drivers: firmware: psci: Add hierarchical domain idle states converter Message-ID: <20200210103110.GB19089@bogus> References: <20200205161816.GD38466@bogus> <20200206204514.GB8107@codeaurora.org> <20200207111955.GA40103@bogus> <20200207144850.GA18655@e121166-lin.cambridge.arm.com> <20200207161547.GB8342@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200210_023124_324495_96462025 X-CRM114-Status: GOOD ( 35.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maulik Shah , lsrao@codeaurora.org, Lorenzo Pieralisi , Rajendra Nayak , Linux PM , linux-arm-msm , "Rafael J. Wysocki" , Linux Kernel Mailing List , Lina Iyer , Stephen Boyd , David Brown , Andy Gross , Evan Green , Doug Anderson , Bjorn Andersson , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Feb 08, 2020 at 11:25:18AM +0100, Ulf Hansson wrote: > On Fri, 7 Feb 2020 at 17:15, Sudeep Holla wrote: > > > > On Fri, Feb 07, 2020 at 04:52:52PM +0100, Ulf Hansson wrote: > > > On Fri, 7 Feb 2020 at 15:48, Lorenzo Pieralisi > > > wrote: > > > > > > > > On Fri, Feb 07, 2020 at 01:32:28PM +0100, Ulf Hansson wrote: > > > > > [...] > > > > > > > > > > > > I understand the arguments for using PC vs OSI and agree with it. But > > > > > > > what in PSCI is against Linux knowing when the last core is powering > > > > > > > down when the PSCI is configured to do only Platform Cordinated. > > > > > > > > > > > > Nothing :D. But knowing the evolution and reasons for adding OSI in the > > > > > > PSCI specification and having argued about benefits of OSI over PC for > > > > > > years and finally when we have it in mainline, this argument of using > > > > > > PC for exact reasons why OSI evolved is something I can't understand > > > > > > and I am confused. > > > > > > > > > > > > > There should not be any objection to drivers knowing when all the cores > > > > > > > are powered down, be it reference counting CPU PM notifications or using > > > > > > > a cleaner approach like this where GendPD framwork does everything > > > > > > > cleanly and gives a nice callback. ARM architecture allows for different > > > > > > > aspects of CPU access be handled at different levels. I see this as an > > > > > > > extension of that approach. > > > > > > > > > > > > > > > > > > > One thing that was repeatedly pointed out during OSI patch review was no > > > > > > extra overhead for PC mode where firmware can make decisions. So, just > > > > > > use OSI now and let us be done with this discussion of OSI vs PC. If PC > > > > > > is what you think you need for future, we can revert all OSI changes and > > > > > > start discussing again :-) > > > > > > > > > > Just to make it clear, I fully agree with you in regards to overhead > > > > > for PC-mode. This is especially critical for ARM SoCs with lots of > > > > > cores, I assume. > > > > > > > > > > However, the overhead you refer to, is *only* going to be present in > > > > > case when the DTS has the hierarchical CPU topology description with > > > > > "power-domains". Because, that is *optional* to use, I am expecting > > > > > only those SoC/platforms that needs to manage last-man activities to > > > > > use this layout, the others will remain unaffected. > > > > > > > > In PC mode not only there is no need but it is wrong to manage > > > > any last-man activity in the kernel. I wonder why we are still > > > > talking about this to be honest. > > > > > > I guess the discussion is here because there is a use case to consider now. > > > > > > > If this is what Bjorn presented in his email, I have responded to that. > > If it's any different, please let us know the complete details. > > > > > For sure, we agree on what is the best solution. But this is rather > > > about what can we do to improve the current situation, if we should do > > > anything. > > > > > > > Sure, and I haven't found a reason to do that in OSPM yet(as part of the > > discussion in this thread) > > > > > > > > > > Code to handle PSCI platform coordinated mode has been/is in > > > > the kernel today and that's all is needed according to the PSCI > > > > specifications. > > > > > > PSCI specifies CPU power management, not SoC power management. If > > > these things were completely decoupled, I would agree with you, but > > > that's not the case. Maybe SCMI, etc, helps with this in future. > > > > > > > Why does that not work even if they are not decoupled. The IO/device > > that share with CPU votes from OSPM and the CPU/Cluster from PSCI in > > PC mode. There is no argument there, but why it needs to be done in OSPM > > is the objection here. > > That implies the votes from I/O devices needs to reach the FW > immediately when the vote is done. No caching or other optimizations > can be done at OSPM. > > In principle, the FW needs to have an always up to date view of the > votes, etc. That sounds highly inefficient, both from energy and > latency point of view, at least in my opinion. > Sorry but I need to re-iterate, use OSI if you need all those fancy caching and other optimizations. > > > > > Anyway, my fear is that not many ARM vendors implements OSI support, > > > but still they have "last-man-activities" to deal with. This is not > > > only QCOM. > > > > > > > I am interested to hear from them. And the same question to same too as > > above. > > I have been talking to some of them. But, yes, we need to hear more from them. > > > > > > I guess an option would be to add OSI support to the public ARM > > > Trusted Firmware, then we could more easily point to that - rather > > > than trying to mitigate the problem on the kernel side. > > > > > > > I would say go for it. But don't mix responsibility of OSPM in PC vs OSI. > > We have discussed this for years and I hope this discussion ends ASAP. > > I don't see any point in dragging this any further. > > Okay. > I keep saying that but still responding to the discussions. I must stop ;-) -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel