Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp663760imu; Fri, 7 Dec 2018 07:05:57 -0800 (PST) X-Google-Smtp-Source: AFSGD/WY4X6Ca0iOUWitW7dWAAbqDArZONlR+VKRTtWs98mx9XsQh6KnE7v8YgQ9iZuMtZs+R5HM X-Received: by 2002:a17:902:8f83:: with SMTP id z3mr2390681plo.328.1544195157808; Fri, 07 Dec 2018 07:05:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544195157; cv=none; d=google.com; s=arc-20160816; b=zPXslkSsup80mDUQZhqq/1gfkQqUUGgMVr+dT+vNloPt03seRBKaFNsMMZh1czb9R7 FS4iPBJsYHkcnS80fmN6fSXUR7/wNjSjNKAeEV/QKcORE+XN10+8j6KWsTGa5aFaemHI 3oqjfKwSvAPXDf6QFtryyh+dFMCHjSIevb8Ia5SpDsdfMaLpOPCaEgJyfaRJG5qTIktH WpetiUfshg0rTqXw+LAVOBjaUmaRoYVdSUZFI4btq0qTdNrwpsBDfLxtEceWTqihKSkN TjZnSOYa60+yemdycZVqmGOmiXX8k60O5s97vG2JPE2aqiBjYVeJHgK+zSKBQEYrpqp0 QrQw== 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=rL+30raK8KfwFiI4O+ILPvC+gJsBTdRIF4qB91LkyCY=; b=EayRqBN95NipFFj/uPK+aZch0dcQogWcEX1J9mwuaB8cBFnz+Cox0OPfiFAb6y2zX/ 03qf+CbV4F7s12AEFIwRRuwboR3Xq2s0fXkhISrBPOZuVgGE07efAzHzfkyqLqvFUmcK dYmDEMJFOZ+7hmHcuBKlcwS+Vytl5x2Nvdn4EDJR8vjLRQQg8i0yNWe48E2NlRudzsgy p802L3GMUj1TUZH76xf/Fqh/zdt7h90zEBYogxuP2QtJ2m8HWPxyJxqPKaV+fjDpTwwD SZQAbdGGgCdtF6VJWpG5LaJkyx8pkUB8H8i/aUhxeMVWdklEadK3FmB3CApRDbjzD7Ku 4w5A== 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 a19si2995327pgj.429.2018.12.07.07.05.31; Fri, 07 Dec 2018 07:05: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 S1726086AbeLGPEk (ORCPT + 99 others); Fri, 7 Dec 2018 10:04:40 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:47046 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725998AbeLGPEj (ORCPT ); Fri, 7 Dec 2018 10:04:39 -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 E6F7B15AB; Fri, 7 Dec 2018 07:04:38 -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 4143C3F575; Fri, 7 Dec 2018 07:04:35 -0800 (PST) Date: Fri, 7 Dec 2018 15:04:32 +0000 From: Sudeep Holla To: Morten Rasmussen Cc: Atish Patra , linux-kernel@vger.kernel.org, Albert Ou , Anup Patel , Ard Biesheuvel , Catalin Marinas , devicetree@vger.kernel.org, Dmitriy Cherkasov , Greg Kroah-Hartman , Ingo Molnar , Jeremy Linton , Juri Lelli , "moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)" , linux-riscv@lists.infradead.org, Mark Rutland , Palmer Dabbelt , "Peter Zijlstra (Intel)" , "Rafael J. Wysocki" , Rob Herring , Thomas Gleixner , Will Deacon , Sudeep Holla Subject: Re: [RFT PATCH v1 0/4] Unify CPU topology across ARM64 & RISC-V Message-ID: <20181207150432.GB4100@e107155-lin> References: <1543534100-3654-1-git-send-email-atish.patra@wdc.com> <20181207134509.GA5913@e105550-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181207134509.GA5913@e105550-lin.cambridge.arm.com> 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 Fri, Dec 07, 2018 at 01:45:21PM +0000, Morten Rasmussen wrote: > Hi, > > On Thu, Nov 29, 2018 at 03:28:16PM -0800, Atish Patra wrote: > > The cpu-map DT entry in ARM64 can describe the CPU topology in > > much better way compared to other existing approaches. RISC-V can > > easily adopt this binding to represent it's own CPU topology. > > Thus, both cpu-map DT binding and topology parsing code can be > > moved to a common location so that RISC-V or any other > > architecture can leverage that. > > > > The relevant discussion regarding unifying cpu topology can be > > found in [1]. > > > > arch_topology seems to be a perfect place to move the common > > code. I have not introduced any functional changes in the moved > > code. The only downside in this approach is that the capacity > > code will be executed for RISC-V as well. But, it will exit > > immediately after not able to find the appropriate DT node. If > > the overhead is considered too much, we can always compile out > > capacity related functions under a different config for the > > architectures that do not support them. > > > > The patches have been tested for RISC-V and compile tested for > > ARM64 & x86. > > The cpu-map bindings are used for arch/arm too, and so is > arch_topology.c. In fact, it was introduced to allow code-sharing > between arm and arm64. Applying patch three breaks arm. > Ah right. Though I remember the whole point of moving these to arch_topology was to share between ARM and ARM64, I completely forgot to check the impact of this for ARM platforms. > Moving the DT parsing to arch_topology.c we have to unify all three > architectures. Be aware that arm and arm64 have some differences in how > they detect cpu capacities. I think we might have to look at the split > of code between arch/* and arch_topology.c again :-/ > Thanks for pointing this out. I completely agree and apologies for forgetting about arm32. Regards, Sudeep