Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1015370imu; Wed, 23 Jan 2019 09:24:57 -0800 (PST) X-Google-Smtp-Source: ALg8bN7aZlPwtTbcD+0CZXRsCLiPm3KVjkCPUD6NLdU5xZ8QGDyKh34FiiTYyqvh+vgPI8VDeZUl X-Received: by 2002:a17:902:a60f:: with SMTP id u15mr2917957plq.275.1548264297750; Wed, 23 Jan 2019 09:24:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548264297; cv=none; d=google.com; s=arc-20160816; b=SL1/herwj9CsQwNGeZTRjn6qB3Our00pZNq9fxMp2TpwnyuQ8zitsFhmk4Y5EiQTZX NPL6nhRQ+Bm0TO4EDs26eXrqM/VucuBhYXZV5SKuxkL0rdYurrV2ipO8P0SVaNe/JKck 47U7+sPJVO6uQv4A7ibiqUjwdmtmg8GBscu145l1giwuaSAIYbEzXqa4zdLwib/mUsAG 3N0YxhgkUEKDO3fmu7jcVM52wk06/2yFJo+OfXL7ncTvbVl2mXlMv7arMC+EwWpLw2JZ uAudcJ5HE8YHYuDzmmQk0z4PZLRZjlygfvfYD+eamqyB9imUIahHIj94dQj5ObWM6bLY 9UPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=G2VjtX9eTVSD/P4IcS8EnwoI8YIdD+1ZRE3VlqjDZLM=; b=e6+YQIhH+SaazVQZ8At2n3N9yTN1eGQpTHQbLJZqsQio83ORoqwc3YRdu/bPJMtqMJ 6X4fWB0On5xAsIu6qrSCdA+Z6JWC4cdqF9EeR9IzVXfObTnQ1Cejsr/O2tVSnd1OYoo2 VvSIbeE63WiiU/vR4GkLEXlZnsP55FfJHg9Rjq+QJs4AEc8Hl4NnuRjU4pEgHz2FaUDb CQ6NVOrSbYesT+UNGPBvNKfLM7Co/MiPi4q8wOH6cb1ETmw9d7Z4vO5IkKku1RhscwrE Vh8/xEwvTKnif/sFlnFDZvFfzY9mQeAtSmZlsLsVcG72fS8Gv3E+f1HOO20A41u+Zxhm P8VQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 37si20573433plq.210.2019.01.23.09.24.29; Wed, 23 Jan 2019 09:24:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726192AbfAWRVY (ORCPT + 99 others); Wed, 23 Jan 2019 12:21:24 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:44760 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbfAWRVX (ORCPT ); Wed, 23 Jan 2019 12:21:23 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1858DEBD; Wed, 23 Jan 2019 09:21:23 -0800 (PST) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B034A3F5C1; Wed, 23 Jan 2019 09:21:20 -0800 (PST) Date: Wed, 23 Jan 2019 17:21:15 +0000 From: Sudeep Holla To: Scott Branden Cc: Mark Rutland , Pramod Kumar , Catalin Marinas , Will Deacon , Suzuki K Poulose , Dave Martin , Rob Herring , Lorenzo Pieralisi , Steve Capper , Sudeep Holla , BCM Kernel Feedback , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 1/1] arm64: Use PSCI calls for CPU stop when hotplug is supported Message-ID: <20190123172115.GA31694@e107155-lin> References: <1547790380-6276-1-git-send-email-pramod.kumar@broadcom.com> <20190118113242.GA8928@e107155-lin> <20190123164801.GA55887@lakrids.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 23, 2019 at 09:05:26AM -0800, Scott Branden wrote: > Hi Mark, > > Hopefully I can shed some light on the use case inline. > > On 2019-01-23 8:48 a.m., Mark Rutland wrote: > > On Mon, Jan 21, 2019 at 11:30:02AM +0530, Pramod Kumar wrote: > > > On Mon, Jan 21, 2019 at 11:28 AM Pramod Kumar > > > wrote: > > > > > > Need comes from a specific use case where one Accelerator card(SoC) is > > > plugged in a sever over a PCIe interface. This Card gets supply from a > > > battery, which could provide very less power for a very small time, in case > > > of any power loss. Once Card switches to battery, this has to reduce its > > > power consumption to its lowest point and back-up the DDR contents asap > > > before battery gets fully drained off. > > In this example is Linux running on the server, or on the accelerator? > Accelerator > > > > What precisely are you trying to back up from DDR, and why? > Data in DDR is being written to disk at this time (disk is connected to > accelerator) > > > > What is responsible for backing up that contents? > > A low power M-class processor and DMA engine which continues necessary > operations to transfer DDR memory to disk. > > The high power processors on the accelerator running linux needed to be > halted ASAP on this power loss event and M0 take over. Graceful shutdown of > linux and other peripherals is unnecessary (and we don't have the power > necessary to do so). > It may be unnecessary for your use-case, but not recommended. > > > > > Since battery can provide limited power for a very short time hence need to > > > transition to lowest power. As per the transition process , CPUs power > > > domain has to be off but before that it needs to flush out its content to > > > system memory(L3) so that content could be backed-up by a MCU, a controller > > > consuming very less power. Since we can not afford plugging-out every > > > individual CPUs in sequence hence uses ipi_cpu_stop for all other CPUs > > > which ultimately switch to ATF to flush out all the CPUs caches and comes > > > out of coherency domain so that its power rails could be switched-off. > > If you're stopping CPUs from completely arbitrary states, what is the > > benefit of saving the RAM contents? > > Some of the RAM contains data that was in the process of being written to > disk by the accelerator. > > This data must be saved to disk and the high power CPUs consume too much > power to continue performing this operation. > Why will suspend to ram or idle not work ? It will power off the secondaries which this patch is trying to achieve, but in more sane way so that no data/state is lost/corrupted as I stated earlier. > > > > CPUs might be running with IRQs disabled for an arbitrarily long time, > > In an embedded linux system we control everything running. > By which I assume you have patches to do all sorts of things to make this work and this patch standalone is of no use :) I don't like this as it's not scalable to big systems as this is in the same code path as system off/reset. -- Regards, Sudeep