Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp589936ybb; Thu, 28 Mar 2019 08:21:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqycv1PGYha4lVAC0xSmCh0kC2yuA3tOj8aQ7h50uigzESKiyVRWXOUknM1eFQ5dJvv26eTg X-Received: by 2002:a63:ef0d:: with SMTP id u13mr17935421pgh.450.1553786511550; Thu, 28 Mar 2019 08:21:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553786511; cv=none; d=google.com; s=arc-20160816; b=aSYLYHQypnVBVNbZ12KuXLN2QtIPMvMoLQWjIw1202vs/4J27Ar9FVqWf6m0H7bDc5 99rJ5AnK4YFMM0c2+57bsdWfI/f/J8oEr7vnJgrnPeoGD95aulrleOZRIkowci57Gxc1 KptlWS6DX2KnAT9Sbpwh7AXIzLsGU+WnaB1QKpPtdOMopElO2Z/R4+nDHg+E7IUwVHcG JOE3AZUJiZMNAUrPsf4CJUTxfuTQ3sc/y5DHUozaBx3HFqXpIrjHXk9rEQbjqfkEN5hL SjZoRagrhZFPXh0oFS0TihLJ5WAlZlz7d4Pq9f4LNmT+YC/Np+iaSPRKj5cnni9TPOzX CJeA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=1qzzbm9nL4jUd7v0mJXOsjG4SoLEydb5cSjcNOcylII=; b=zNBN98Eyz0DfSmqmM31GdAWIWsOgtN3+xSQmyDIEYlPVuZIUJxbe1gSlhJrHeiyDID Hk2pO3rfXLxr0QhoMXWwlVemiSOtFAHUVWeUXlY8qpjvt9EQBmII/3hRtwUL7dc5xbdB QlHK7X2CA2eBnbOQ1F/bQkfExQdqnqIKe7eh2bmqnd1BZ5cQc/mFDcrtfTDZHCWBViAr cm5LCKsYwjDxr3oM9GQqOkql/5+R9ClXooJ9Ybn7ZYhF2p+8DlPtJoxbZV+Oay4+7nbS d4MBF6Rb7U/CFEWEtma4FfcZ7mWVlx69PPpqnNEMqlUcw7qk7FIZ24QxDhcXSAyuXw2I V97w== 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 f7si17614697pgg.234.2019.03.28.08.21.35; Thu, 28 Mar 2019 08:21:51 -0700 (PDT) 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 S1726488AbfC1PU6 (ORCPT + 99 others); Thu, 28 Mar 2019 11:20:58 -0400 Received: from foss.arm.com ([217.140.101.70]:46102 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbfC1PU6 (ORCPT ); Thu, 28 Mar 2019 11:20:58 -0400 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 74AB115AB; Thu, 28 Mar 2019 08:20:57 -0700 (PDT) Received: from [192.168.100.242] (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 643EA3F557; Thu, 28 Mar 2019 08:20:56 -0700 (PDT) Subject: Re: [PATCH 1/4] ACPI/PPTT: Add function to return ACPI 6.3 Identical tokens To: "Rafael J. Wysocki" Cc: Linux ARM , ACPI Devel Maling List , Linux Kernel Mailing List , Catalin Marinas , Will Deacon , "Rafael J. Wysocki" , Len Brown , Mark Rutland , Sudeep Holla , James Morse , Lorenzo Pieralisi , Linuxarm References: <20190326223938.5365-1-jeremy.linton@arm.com> <20190326223938.5365-2-jeremy.linton@arm.com> From: Jeremy Linton Message-ID: <7b1a15e4-3d16-4c39-542b-f86a4451a592@arm.com> Date: Thu, 28 Mar 2019 10:20:49 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, First, thanks for taking a look at this. On 3/28/19 5:04 AM, Rafael J. Wysocki wrote: > On Tue, Mar 26, 2019 at 11:40 PM Jeremy Linton wrote: >> >> ACPI 6.3 adds a flag to indicate that child nodes are all >> identical cores. This is useful to authoritatively determine >> if a set of (possibly offline) cores are identical or not. >> >> Since the flag doesn't give us a unique id we can generate >> one and use it to create bitmaps of sibling nodes, or simply >> in a loop to determine if a subset of cores are identical. >> >> Signed-off-by: Jeremy Linton >> --- >> drivers/acpi/pptt.c | 26 ++++++++++++++++++++++++++ >> include/linux/acpi.h | 5 +++++ >> 2 files changed, 31 insertions(+) >> >> diff --git a/drivers/acpi/pptt.c b/drivers/acpi/pptt.c >> index 065c4fc245d1..472c95ec816b 100644 >> --- a/drivers/acpi/pptt.c >> +++ b/drivers/acpi/pptt.c >> @@ -660,3 +660,29 @@ int find_acpi_cpu_topology_package(unsigned int cpu) >> return find_acpi_cpu_topology_tag(cpu, PPTT_ABORT_PACKAGE, >> ACPI_PPTT_PHYSICAL_PACKAGE); >> } >> + >> +/** >> + * find_acpi_cpu_topology_hetero_id() - Determine a unique implementation > > Maybe "Get a core architecture tag"? Sure. > >> + * @cpu: Kernel logical cpu number > > s/logical cpu/logical CPU/ please. Sure. > >> + * >> + * Determine a unique heterogeneous ID for the given CPU. CPUs with the same >> + * implementation should have matching IDs. Since this is a tree we can only >> + * detect implementations where the heterogeneous flag is the parent to all >> + * matching cores. AKA if a two socket machine has two different core types >> + * in each socket this will end up being represented as four unique core types >> + * rather than two. > > I find it quite difficult to parse that comment, honestly. > > AFAICS, the function returns a tag that will be the same for all cores > with the same architecture in one package. That is, if the package is > heterogeneous and there are two types of cores in it, there will be > two different tags. Is this correct? Yes, two ID/tags per package, but since there are two packages (in this example) its four different tags total. This is forced by the need to have a node with the PACKAGE flag set splitting up IDENTICAL cores within the tree. A simpler topology would hopefully be able to group all the identical cores in the machine together. But in the above case using only the PPTT tree, it may not be possible to authoritatively tell how many different core types are in the machine if there are more than two tag groupings. By itself those four tags in the above example may be four different core types, or only two. That is likely not a huge problem as a processor container, or MIDR, can be used to merge different tag groups together depending on the callers needs. > >> + * >> + * The returned ID can be used to group peers with identical implementation. >> + * >> + * The search terminates when a level is found with the identical implementation >> + * flag set or we reach a root node. >> + * >> + * Return: -ENOENT if the PPTT doesn't exist, or the cpu cannot be found. >> + * Otherwise returns a value which represents a group of identical cores >> + * similar to this cpu. >> + */ >> +int find_acpi_cpu_topology_hetero_id(unsigned int cpu) >> +{ >> + return find_acpi_cpu_topology_tag(cpu, PPTT_ABORT_PACKAGE, >> + ACPI_PPTT_ACPI_IDENTICAL); >> +} >> diff --git a/include/linux/acpi.h b/include/linux/acpi.h >> index d5dcebd7aad3..1444fb042898 100644 >> --- a/include/linux/acpi.h >> +++ b/include/linux/acpi.h >> @@ -1309,6 +1309,7 @@ static inline int lpit_read_residency_count_address(u64 *address) >> #ifdef CONFIG_ACPI_PPTT >> int find_acpi_cpu_topology(unsigned int cpu, int level); >> int find_acpi_cpu_topology_package(unsigned int cpu); >> +int find_acpi_cpu_topology_hetero_id(unsigned int cpu); >> int find_acpi_cpu_cache_topology(unsigned int cpu, int level); >> #else >> static inline int find_acpi_cpu_topology(unsigned int cpu, int level) >> @@ -1319,6 +1320,10 @@ static inline int find_acpi_cpu_topology_package(unsigned int cpu) >> { >> return -EINVAL; >> } >> +static int find_acpi_cpu_topology_hetero_id(unsigned int cpu) >> +{ >> + return -EINVAL; >> +} >> static inline int find_acpi_cpu_cache_topology(unsigned int cpu, int level) >> { >> return -EINVAL; >> -- >> 2.20.1 >>