From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E833BC433E0 for ; Mon, 20 Jul 2020 09:12:23 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4D4422080D for ; Mon, 20 Jul 2020 09:12:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D4422080D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.vnet.ibm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4B9GFx3KfGzDqf1 for ; Mon, 20 Jul 2020 19:12:21 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.vnet.ibm.com (client-ip=148.163.156.1; helo=mx0a-001b2d01.pphosted.com; envelope-from=ego@linux.vnet.ibm.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=linux.vnet.ibm.com Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4B9GCz5XqPzDqbG for ; Mon, 20 Jul 2020 19:10:39 +1000 (AEST) Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 06K92SW8162091; Mon, 20 Jul 2020 05:10:33 -0400 Received: from ppma02dal.us.ibm.com (a.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.10]) by mx0a-001b2d01.pphosted.com with ESMTP id 32d5p8n0sv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 20 Jul 2020 05:10:33 -0400 Received: from pps.filterd (ppma02dal.us.ibm.com [127.0.0.1]) by ppma02dal.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 06K9AHHu030541; Mon, 20 Jul 2020 09:10:32 GMT Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by ppma02dal.us.ibm.com with ESMTP id 32brq8utb1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 20 Jul 2020 09:10:32 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 06K9AUeK43647280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 20 Jul 2020 09:10:30 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7B4E5112063; Mon, 20 Jul 2020 09:10:30 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CF32D112061; Mon, 20 Jul 2020 09:10:29 +0000 (GMT) Received: from sofia.ibm.com (unknown [9.85.72.83]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Mon, 20 Jul 2020 09:10:29 +0000 (GMT) Received: by sofia.ibm.com (Postfix, from userid 1000) id D38702E3202; Mon, 20 Jul 2020 14:40:25 +0530 (IST) Date: Mon, 20 Jul 2020 14:40:25 +0530 From: Gautham R Shenoy To: Srikar Dronamraju Subject: Re: [PATCH 10/11] powerpc/smp: Implement cpu_to_coregroup_id Message-ID: <20200720091025.GC6680@in.ibm.com> References: <20200714043624.5648-1-srikar@linux.vnet.ibm.com> <20200714043624.5648-11-srikar@linux.vnet.ibm.com> <20200717082652.GF32531@in.ibm.com> <20200720054816.GA21103@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200720054816.GA21103@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-07-20_04:2020-07-17, 2020-07-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 malwarescore=0 clxscore=1015 adultscore=0 bulkscore=0 impostorscore=0 mlxscore=0 phishscore=0 priorityscore=1501 suspectscore=0 spamscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2007200065 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ego@linux.vnet.ibm.com Cc: Nathan Lynch , Gautham R Shenoy , Oliver OHalloran , Michael Neuling , Michael Ellerman , Anton Blanchard , linuxppc-dev , Nick Piggin Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Srikar, On Mon, Jul 20, 2020 at 11:18:16AM +0530, Srikar Dronamraju wrote: > * Gautham R Shenoy [2020-07-17 13:56:53]: > > > On Tue, Jul 14, 2020 at 10:06:23AM +0530, Srikar Dronamraju wrote: > > > Lookup the coregroup id from the associativity array. > > > > > > If unable to detect the coregroup id, fallback on the core id. > > > This way, ensure sched_domain degenerates and an extra sched domain is > > > not created. > > > > > > Ideally this function should have been implemented in > > > arch/powerpc/kernel/smp.c. However if its implemented in mm/numa.c, we > > > don't need to find the primary domain again. > > > > > > If the device-tree mentions more than one coregroup, then kernel > > > implements only the last or the smallest coregroup, which currently > > > corresponds to the penultimate domain in the device-tree. > > > > > > Cc: linuxppc-dev > > > Cc: Michael Ellerman > > > Cc: Nick Piggin > > > Cc: Oliver OHalloran > > > Cc: Nathan Lynch > > > Cc: Michael Neuling > > > Cc: Anton Blanchard > > > Cc: Gautham R Shenoy > > > Cc: Vaidyanathan Srinivasan > > > Signed-off-by: Srikar Dronamraju > > > --- > > > arch/powerpc/mm/numa.c | 17 +++++++++++++++++ > > > 1 file changed, 17 insertions(+) > > > > > > diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c > > > index d9ab9da85eab..4e85564ef62a 100644 > > > --- a/arch/powerpc/mm/numa.c > > > +++ b/arch/powerpc/mm/numa.c > > > @@ -1697,6 +1697,23 @@ static const struct proc_ops topology_proc_ops = { > > > > > > int cpu_to_coregroup_id(int cpu) > > > { > > > + __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; > > > + int index; > > > + > > > > It would be good to have an assert here to ensure that we are calling > > this function only when coregroups are enabled. > > > > Else, we may end up returning the penultimate index which maps to the > > chip-id. > > > > We have a check below exactly for the same reason. Please look below. I saw that. However, it would be better to assert within the function so that we don't call it from any other context without ascertaining first that core_groups are enabled. Or at least a comment in the function saying that we should call this only after ascertaining that core_groups are enabled. > > > > > > > > + if (cpu < 0 || cpu > nr_cpu_ids) > > > + return -1; > > > + > > > + if (!firmware_has_feature(FW_FEATURE_VPHN)) > > > + goto out; > > > + > > > + if (vphn_get_associativity(cpu, associativity)) > > > + goto out; > > > + > > > + index = of_read_number(associativity, 1); > > > + if ((index > min_common_depth + 1) && coregroup_enabled) > > > + return of_read_number(&associativity[index - 1], 1); > > See ^above. > > index would be the all the domains in the associativity array, > min_common_depth would be where the primary domain or the chip-id is > defined. So we are reading the penultimate domain if and only if the > min_common_depth isn't the primary domain aka chip-id. > > What other check /assertions can we add? > > > > > + > > > +out: > > > return cpu_to_core_id(cpu); > > > } > > > > > > -- > > > 2.17.1 > > > > > -- > Thanks and Regards > Srikar Dronamraju