From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Muckle Subject: Re: [RFC PATCH v2 0/4] CPUs capacity information for heterogeneous systems Date: Tue, 19 Jan 2016 11:48:15 -0800 Message-ID: <569E92FF.4000006@linaro.org> References: <1452262172-31861-1-git-send-email-juri.lelli@arm.com> <56994D87.6000709@linaro.org> <20160118151316.GD7159@e106622-lin> <20160118163014.GA10332@e106622-lin> <20160119105941.GA28845@e104818-lin.cambridge.arm.com> <20160119112323.GB8573@e106622-lin> <20160119142933.GF8573@e106622-lin> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:34647 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757106AbcASTsT (ORCPT ); Tue, 19 Jan 2016 14:48:19 -0500 Received: by mail-pa0-f44.google.com with SMTP id uo6so442829507pac.1 for ; Tue, 19 Jan 2016 11:48:18 -0800 (PST) In-Reply-To: <20160119142933.GF8573@e106622-lin> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Juri Lelli , Catalin Marinas Cc: Vincent Guittot , Mark Rutland , Lorenzo Pieralisi , Russell King - ARM Linux , "linux-pm@vger.kernel.org" , Peter Zijlstra , Mark Brown , Will Deacon , linux-kernel , Dietmar Eggemann , Rob Herring , Sudeep Holla , Morten Rasmussen , LAK On 01/19/2016 06:29 AM, Juri Lelli wrote: >>> Two questions: >>> > > >>> > > 1. How is the boot time affected by the benchmark? >>> > > 2. How is the boot time affected by considering all the CPUs the same? >>> > > >>> > > My preference is for DT and sysfs (especially useful for >>> > > development/tuning) but I'm not opposed to a boot-time benchmark if >>> > > people insist on it. If the answer to point 2 is "insignificant", we >>> > > could as well defer the capacity setting to user space (sysfs). >>> > > >> > >> > Given that we are not targeting boot time with this, but rather better >> > performance afterwards, I don't expect significant differences; but, >> > I'll get numbers :). >> > > I've got some boot time numbers on TC2 and Juno based on timestamps. > They are of course not accurate and maybe not so representative of > products, but I guess still ballpark right. > > I'm generally seeing ~1sec increase in boot time for 1 and practically > no difference for 2 (even after having added patches that provide > runtime performance improvements). One second is considerable IMO. Aside from the general desire to have shorter boot times on any platform there are environments like automotive where boot time is critical. How are the CPUs numbered on TC2 and Juno? When all CPUs are considered the same, is work running on the big CPUs because of the way they are numbered? thanks, Steve