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.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 AFC5FC433E6 for ; Thu, 4 Feb 2021 18:50:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6494164DD6 for ; Thu, 4 Feb 2021 18:50:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239417AbhBDSuX (ORCPT ); Thu, 4 Feb 2021 13:50:23 -0500 Received: from mail-wm1-f43.google.com ([209.85.128.43]:54860 "EHLO mail-wm1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239379AbhBDSth (ORCPT ); Thu, 4 Feb 2021 13:49:37 -0500 Received: by mail-wm1-f43.google.com with SMTP id w4so4026128wmi.4; Thu, 04 Feb 2021 10:49:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=GOOsv7iu4uxhMIW8Kn3SvcGAFHdQmyE/1M1/Ndzpetc=; b=F8SIn+6yuWWeeGUlNIzpe3FTTdzs4IiXJK/7dK0vlS4SPnFv0dGZ2ZfXtRA1KZToIY AAVVvVWFEidiBRHn4bQUtHqQQVYJakeq2lejeKUpnXPCPjeMYeK6JTvsXRA0koy33Vha FIBDCr6sd8EroM3c2+6sFPqr+RDsyyvDBnlZEcfI0rPJ4/DbtJOa/kVlpVMTZ1YE9CIi KCO/HFD3sTTGehAqbjoM/QPNwbCC938hOdXdmSVUC/kuYQ9KMFSfH7a4cgZXeKS/GQnD FVMbuiBx9xVw9h37eL0cSAXnCsyOM8FpMEOIhxxq9oSjlFqRazQfm2pjLR0UE24zjczO 3RaA== X-Gm-Message-State: AOAM531/cl7sEsVLdec6bFUwcJyX1EG49TNjbH0IFkalZdCKEVSbX6g8 fRcS+fdMe2vGCBsVVOCQrw4V+p6w1F8= X-Google-Smtp-Source: ABdhPJx/QVCrF9T8JTZpgUmuDb824n1SNcWtl48mtsHmUpfIIVZNO3kWiVHrcu5JfDhtVIB+1H1OMA== X-Received: by 2002:a1c:a5d0:: with SMTP id o199mr470959wme.81.1612464531311; Thu, 04 Feb 2021 10:48:51 -0800 (PST) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id e12sm9210080wrs.67.2021.02.04.10.48.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Feb 2021 10:48:50 -0800 (PST) Date: Thu, 4 Feb 2021 18:48:49 +0000 From: Wei Liu To: "Rafael J. Wysocki" Cc: Wei Liu , Linux on Hyper-V List , virtualization@lists.linux-foundation.org, Linux Kernel List , Michael Kelley , Vineeth Pillai , Sunil Muthuswamy , Nuno Das Neves , Pavel Tatashin , Robert Moore , Erik Kaneda , "Rafael J. Wysocki" , Len Brown , "open list:ACPI COMPONENT ARCHITECTURE (ACPICA)" , "open list:ACPI COMPONENT ARCHITECTURE (ACPICA)" Subject: Re: [PATCH v6 08/16] ACPI / NUMA: add a stub function for node_to_pxm() Message-ID: <20210204184849.fx2bxwmy2a6rvgwo@liuwe-devbox-debian-v2> References: <20210203150435.27941-1-wei.liu@kernel.org> <20210203150435.27941-9-wei.liu@kernel.org> <20210204183841.y4fgwjuggtbrnere@liuwe-devbox-debian-v2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Thu, Feb 04, 2021 at 07:45:25PM +0100, Rafael J. Wysocki wrote: > On Thu, Feb 4, 2021 at 7:41 PM Wei Liu wrote: > > > > On Wed, Feb 03, 2021 at 03:04:27PM +0000, Wei Liu wrote: > > > There is already a stub function for pxm_to_node but conversion to the > > > other direction is missing. > > > > > > It will be used by Microsoft Hypervisor code later. > > > > > > Signed-off-by: Wei Liu > > > > Hi ACPI maintainers, if you're happy with this patch I can take it via > > the hyperv-next tree, given the issue is discovered when pxm_to_node is > > called in our code. > > Yes, you can. Thanks Rafael. I will add your ack to the patch as well. Wei.