From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757468AbcASTs2 (ORCPT ); Tue, 19 Jan 2016 14:48:28 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35456 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757110AbcASTsT (ORCPT ); Tue, 19 Jan 2016 14:48:19 -0500 Subject: Re: [RFC PATCH v2 0/4] CPUs capacity information for heterogeneous systems To: Juri Lelli , Catalin Marinas 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> 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 From: Steve Muckle X-Enigmail-Draft-Status: N1110 Message-ID: <569E92FF.4000006@linaro.org> Date: Tue, 19 Jan 2016 11:48:15 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160119142933.GF8573@e106622-lin> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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