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=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,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 13622C63697 for ; Thu, 19 Nov 2020 01:13:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E0B5246DC for ; Thu, 19 Nov 2020 01:13:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="FVps4gSc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726875AbgKSBMq (ORCPT ); Wed, 18 Nov 2020 20:12:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbgKSBMq (ORCPT ); Wed, 18 Nov 2020 20:12:46 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CC30C0613D4; Wed, 18 Nov 2020 17:12:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=TMXl8eP8f+rdhsuETVYmBMrtcwFUog3k1+Ypy5Ju3oA=; b=FVps4gScS2k+oVdahvk9DZ6i1J FdkAkPMiM+0tEkK9teAcqHXD83Z3mj1ExtS5YxqcozewAllYfT5OaR9cK4I3hBPPiuvwTANJwyftt lOGoV/yxDHQRMCa86DbEdgUVtwg+Xpj63Q+WJP4x9FbfUCXYP6Ak6q1sPiz3glJ/4SefmeCTfYOMz /B9LND/6y0Lu5DugC35YW0tp4Yg4lkH1Jx/Liw3G9pRYgszRUVAIzfBf3kxVBWk5q2OHy3mKZ77sJ AjQDbUHzeQ8Z2F0A0Pb7WDmtue6Bs6VBEpuAkYVB2ZEMLJLJaZfVckaZrfOG6kzErNm5RulXA/R1f cX89S//g==; Received: from [2601:1c0:6280:3f0::bcc4] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfYUv-0001Q0-1T; Thu, 19 Nov 2020 01:12:29 +0000 Subject: Re: [PATCH v5 2/5] numa: Move numa implementation to common code To: Atish Patra , linux-kernel@vger.kernel.org Cc: Jonathan Cameron , Catalin Marinas , Albert Ou , Andrew Morton , Anshuman Khandual , Anup Patel , Ard Biesheuvel , Arnd Bergmann , Baoquan He , Daniel Lezcano , Greentime Hu , Greg Kroah-Hartman , linux-arch@vger.kernel.org, linux-riscv@lists.infradead.org, Mike Rapoport , Palmer Dabbelt , Paul Walmsley , "Rafael J. Wysocki" , Steven Price , Will Deacon , Zhengyuan Liu , linux-arm-kernel@lists.infradead.org References: <20201119003829.1282810-1-atish.patra@wdc.com> <20201119003829.1282810-3-atish.patra@wdc.com> From: Randy Dunlap Message-ID: Date: Wed, 18 Nov 2020 17:12:20 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201119003829.1282810-3-atish.patra@wdc.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/20 4:38 PM, Atish Patra wrote: > diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig > index 8d7001712062..c5956c8845cc 100644 > --- a/drivers/base/Kconfig > +++ b/drivers/base/Kconfig > @@ -210,4 +210,10 @@ config GENERIC_ARCH_TOPOLOGY > appropriate scaling, sysfs interface for reading capacity values at > runtime. > > +config GENERIC_ARCH_NUMA > + bool > + help > + Enable support for generic NUMA implementation. Currently, RISC-V > + and ARM64 uses it. use it. > + > endmenu -- ~Randy 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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 DBB40C5519F for ; Thu, 19 Nov 2020 01:12:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 41F9B22260 for ; Thu, 19 Nov 2020 01:12:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZQtjfNLQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 41F9B22260 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WdFg/WXR4oe5DuZi4NjvqIigl6f5IwhU4HFMwOR6aFI=; b=ZQtjfNLQmxu6gCyNqJjYOd9Vt sqj8Ak8tV1gXrKrTqrdALnCAnKJCjtZv3EQnZVKtCk+shhGivb0L8QO9JvpQUdRivThXLXLwNVW1K zdJm0NaCeHppos0LKF7fvendBX0QFP3WNsFaC3wfbpyTIRZ2cYqsKaC8ALzV+YhLHtPrDYfhkGRRP GTv8BZeoveDVCuZ//Ck1rKKgpcJENFtOLc7noSS3v0Tfcf6hOupXglVoQY8r/4GMz+c6wdi2eAOMy pdyS2AepUcorsnGlwhz+7oWaXmfOhMIA1y7cDwkCXRiaQll76XxF6YTtorm7ws4wpoVZlP8s8LL9W sqb0imSxg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfYVA-0001UM-D0; Thu, 19 Nov 2020 01:12:44 +0000 Received: from [2601:1c0:6280:3f0::bcc4] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfYUv-0001Q0-1T; Thu, 19 Nov 2020 01:12:29 +0000 Subject: Re: [PATCH v5 2/5] numa: Move numa implementation to common code To: Atish Patra , linux-kernel@vger.kernel.org References: <20201119003829.1282810-1-atish.patra@wdc.com> <20201119003829.1282810-3-atish.patra@wdc.com> From: Randy Dunlap Message-ID: Date: Wed, 18 Nov 2020 17:12:20 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201119003829.1282810-3-atish.patra@wdc.com> Content-Language: en-US X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Rafael J. Wysocki" , Catalin Marinas , Paul Walmsley , linux-riscv@lists.infradead.org, Will Deacon , Ard Biesheuvel , linux-arch@vger.kernel.org, Zhengyuan Liu , Baoquan He , Anup Patel , Daniel Lezcano , Steven Price , Greentime Hu , Albert Ou , Arnd Bergmann , Anshuman Khandual , Jonathan Cameron , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Palmer Dabbelt , Andrew Morton , Mike Rapoport Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 11/18/20 4:38 PM, Atish Patra wrote: > diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig > index 8d7001712062..c5956c8845cc 100644 > --- a/drivers/base/Kconfig > +++ b/drivers/base/Kconfig > @@ -210,4 +210,10 @@ config GENERIC_ARCH_TOPOLOGY > appropriate scaling, sysfs interface for reading capacity values at > runtime. > > +config GENERIC_ARCH_NUMA > + bool > + help > + Enable support for generic NUMA implementation. Currently, RISC-V > + and ARM64 uses it. use it. > + > endmenu -- ~Randy _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 8B56EC63798 for ; Thu, 19 Nov 2020 01:13:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 196132145D for ; Thu, 19 Nov 2020 01:13:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="vyjo2X7z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 196132145D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DCJitHRl2ydGRX5F+8DRS+WstC3Wj4+yh9aEIADEWyk=; b=vyjo2X7zDgDcxsvRJbtkiRBnh PRJQQxN0ZqFq0eiP/hdF3xLD6mh3mO60+MwtLvciHUyVxbMeTEk5AU7H/IypoTUke90EGPFZhKPC9 XEv+4pLHmNWbw9VG3a/8J2B+joOsxTjw8sXIoOW4/x+NNx4ddVp6/pqRhvC6hwM5zp2u9ZTOHE/xX ejYwivgdB89IwnFxQ4icZZblwV6a3zO1BayRRQ7XvGrAPP3bNgkHVxpZBtWwD9ZmhHVeOX3AVUBna NwEpxIs7fQlQyYvfi7368ngONA3J/twfjN/6vyevYTaw/P+8dWAI54/D7oX700BHdIAnoHPufsnTT tOQuHPv7w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfYV8-0001SO-4o; Thu, 19 Nov 2020 01:12:42 +0000 Received: from [2601:1c0:6280:3f0::bcc4] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfYUv-0001Q0-1T; Thu, 19 Nov 2020 01:12:29 +0000 Subject: Re: [PATCH v5 2/5] numa: Move numa implementation to common code To: Atish Patra , linux-kernel@vger.kernel.org References: <20201119003829.1282810-1-atish.patra@wdc.com> <20201119003829.1282810-3-atish.patra@wdc.com> From: Randy Dunlap Message-ID: Date: Wed, 18 Nov 2020 17:12:20 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201119003829.1282810-3-atish.patra@wdc.com> Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Rafael J. Wysocki" , Catalin Marinas , Paul Walmsley , linux-riscv@lists.infradead.org, Will Deacon , Ard Biesheuvel , linux-arch@vger.kernel.org, Zhengyuan Liu , Baoquan He , Anup Patel , Daniel Lezcano , Steven Price , Greentime Hu , Albert Ou , Arnd Bergmann , Anshuman Khandual , Jonathan Cameron , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Palmer Dabbelt , Andrew Morton , Mike Rapoport Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11/18/20 4:38 PM, Atish Patra wrote: > diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig > index 8d7001712062..c5956c8845cc 100644 > --- a/drivers/base/Kconfig > +++ b/drivers/base/Kconfig > @@ -210,4 +210,10 @@ config GENERIC_ARCH_TOPOLOGY > appropriate scaling, sysfs interface for reading capacity values at > runtime. > > +config GENERIC_ARCH_NUMA > + bool > + help > + Enable support for generic NUMA implementation. Currently, RISC-V > + and ARM64 uses it. use it. > + > endmenu -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel