Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756395Ab3G2RXh (ORCPT ); Mon, 29 Jul 2013 13:23:37 -0400 Received: from service87.mimecast.com ([91.220.42.44]:44363 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751560Ab3G2RXg convert rfc822-to-8bit (ORCPT ); Mon, 29 Jul 2013 13:23:36 -0400 Date: Mon, 29 Jul 2013 18:23:27 +0100 From: Lorenzo Pieralisi To: Dave Martin Cc: Will Deacon , Vincent Guittot , "linaro-kernel@lists.linaro.org" , Graeme Gregory , Al Stone , Patch Tracking , Catalin Marinas , linaro-acpi , linux-kernel , Tomasz Nowicki , Hanjun Guo , Naresh Bhat , Russell King , LAK Subject: Re: [RFC][PATCH 1/2] ARM64: add cpu topology definition Message-ID: <20130729172327.GA20592@e102568-lin.cambridge.arm.com> References: <1374921728-9007-1-git-send-email-hanjun.guo@linaro.org> <20130729095400.GB32383@mudshark.cambridge.arm.com> <20130729133625.GA2280@localhost.localdomain> MIME-Version: 1.0 In-Reply-To: <20130729133625.GA2280@localhost.localdomain> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 29 Jul 2013 17:23:30.0906 (UTC) FILETIME=[5883D3A0:01CE8C80] X-MC-Unique: 113072918233302001 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2804 Lines: 60 On Mon, Jul 29, 2013 at 02:36:30PM +0100, Dave Martin wrote: > On Mon, Jul 29, 2013 at 10:54:01AM +0100, Will Deacon wrote: > > On Mon, Jul 29, 2013 at 10:46:06AM +0100, Vincent Guittot wrote: > > > On 27 July 2013 12:42, Hanjun Guo wrote: > > > > Power aware scheduling needs the cpu topology information to improve the > > > > cpu scheduler decision making. > > > > > > It's not only power aware scheduling. The scheduler already uses > > > topology and cache sharing when CONFIG_SCHED_MC and/or > > > CONFIG_SCHED_SMT are enable. So you should also add these configs for > > > arm64 so the scheduler can use it > > > > ... except that the architecture doesn't define what the AFF fields in MPIDR > > really represent. Using them to make key scheduling decisions relating to > > In fact, the ARM Architecture doesn't place any requirements on MPIDRs to > force the aff fields to exist _at all_. It's just a recommendation. > Instead, you have a 24 or 32-bit number which is unique per CPU, and which > is _probably_ assigned in a way resembling the aff fields. > > > cache proximity seems pretty risky to me, especially given the track record > > we've seen already on AArch32 silicon. It's a convenient register if it > > contains the data we want it to contain, but we need to force ourselves to > > come to terms with reality here and simply use it as an identifier for a > > CPU. > > +1 > > Also, we should align arm and arm64. The problem is basically exactly > the same, and the solution needs to be the same. struct cputopo_arm is > already being abused -- for example, TC2 describes the A15 and A7 > clusters on a single die as having different "socket_id" values, even > though this is obviously nonsense. But there's no other way to describe > that system today. > > > Can't we just use the device-tree to represent this topological data for > > arm64? Lorenzo has been working on bindings in this area. > > This may become more important as we start to see things like asymmetric > topologies appearing (different numbers of nodes and different > interdependence characteristics in adjacent branches of the topology > etc.) Will and Dave summed up the existing issues with MPIDR definition related to the topology description. FYI, a link to the current topology bindings posted on DT-discuss and LAKML: https://lists.ozlabs.org/pipermail/devicetree-discuss/2013-April/031725.html I am waiting for the dust to settle on the DT bindings review discussions to repost them and get them finalized. Lorenzo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/