[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [XEN RFC PATCH 06/40] xen: decouple NUMA from ACPI in Kconfig
- To: Julien Grall <julien@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, "jbeulich@xxxxxxxx" <jbeulich@xxxxxxxx>
- From: Wei Chen <Wei.Chen@xxxxxxx>
- Date: Fri, 13 Aug 2021 07:28:15 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Ci9TPY2/u/eaEnThdJ/q0nnOONaG/rLVeodMy2M2xk8=; b=MTKQdvkuAmvHTDK0FjnuHQtH2cb3MKnRozkQWZeISkCRn0BoS/cNj7R38GHE3UgSZwGieV5B2d1sa9vt/CiU4qO0v/J6ogCqw8a3plO6BvigQ49hv0r5got1WuCa+CndrtFuP5aQLfK0p4l8tyJD5W2rLiO0m1f/bxWmgCBeFQrxkk+jFrDjLcyPUP5sPX04DOkwoKDi+mUpqsKJuDwuJVFdDVs3ALzqUcDSlOxaM2ENDAXB2PM8uuLMy5AY8xMwoHw4UWI0MYRmnqBftWSPIr2gkohQwfdrLq0srrMv5kj6RpuB39K/902cpEcSTj/pu7l/yq0YoD4yw633GBFUlQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OZhDCgjZ1Z77rvM37EK6Dp/BpM5aozLMR4lQ+TN03Xh4ZvmdboxXzeQ0NOoM7x/BtQm7P4QjR3XSjjIiTsePjJSJUgbYZ9QiLV9oJZUpcMmEXuqh0mZbDV6ImRG+TnvOTJ3t+bDVFRdLM3y1R7p8LArWpMOd4J3NQXY70UQgczn9Njyv6UM7BqADpgI+MIYQnbnCMw+rzSwuk/tbTNro7vLY+JUJ2uD+OQgPTBkiL8SYA24/ft9iBv6Nrd7FfI6Xmin6GOReytJ5zXOfXKKXXE+fKs0wjNJaKCdVjPPfc0BEjDdvOfrW1fpCy0uQilAe1igctyGji2Kc6odBPflmig==
- Authentication-results-original: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Cc: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Delivery-date: Fri, 13 Aug 2021 07:28:42 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHXjpsj2PxHFai2b0GMDOvdzCQyuqtwGE+AgADzwpA=
- Thread-topic: [XEN RFC PATCH 06/40] xen: decouple NUMA from ACPI in Kconfig
Hi Julien,
> -----Original Message-----
> From: Julien Grall <julien@xxxxxxx>
> Sent: 2021年8月13日 0:55
> To: Wei Chen <Wei.Chen@xxxxxxx>; xen-devel@xxxxxxxxxxxxxxxxxxxx;
> sstabellini@xxxxxxxxxx; jbeulich@xxxxxxxx
> Cc: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
> Subject: Re: [XEN RFC PATCH 06/40] xen: decouple NUMA from ACPI in Kconfig
>
> Hi Wei,
>
> On 11/08/2021 11:23, Wei Chen wrote:
> > In current Xen code only implments x86 ACPI-based NUMA support.
>
> s/implments/implements/
Got it.
>
> > So in Xen Kconfig system, NUMA equals to ACPI_NUMA. x86 selects
> > NUMA by default, and CONFIG_ACPI_NUMA is hardcode in config.h.
> >
> > In this patch series, we introduced device tree based NUMA for
> > Arm.
>
> The concept of patch series only applies to the ML. Once checked-in this
> is only a series of commit. So I would write:
>
> "In a follow-up patch, we will introduce support for NUMA using the
> Device-Tree".
>
> > That means we will have two NUMA implemetations, so in this
>
> s/implemetations/implementations/
>
Thanks, I will update the commit log in next version.
> > patch we decouple NUMA from ACPI based NUMA in Kconfig. Make NUMA
> > as a common feature, that device tree based NUMA also can select it.
>
> Cheers,
>
> --
> Julien Grall
|