Re: [Xen-devel] [RFC PATCH v1 00/21] ARM: Add Xen NUMA support

2017-03-02 Thread Vijay Kilari
Hi Konrad, On Fri, Feb 10, 2017 at 11:00 PM, Konrad Rzeszutek Wilk wrote: > On Thu, Feb 09, 2017 at 09:26:52PM +0530, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> With this RFC patch series, NUMA support is added for arm platform. >> Both DT and ACPI based NUMA support is added. >

Re: [Xen-devel] [RFC PATCH v1 00/21] ARM: Add Xen NUMA support

2017-02-10 Thread Konrad Rzeszutek Wilk
On Thu, Feb 09, 2017 at 09:26:52PM +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > With this RFC patch series, NUMA support is added for arm platform. > Both DT and ACPI based NUMA support is added. > Only Xen is made aware of NUMA platform. Dom0 is awareness is not > added. > >

Re: [Xen-devel] [RFC PATCH v1 00/21] ARM: Add Xen NUMA support

2017-02-09 Thread Vijay Kilari
Hi Julien, On Thu, Feb 9, 2017 at 10:01 PM, Julien Grall wrote: > Hi Vijay, > > On 02/09/2017 03:56 PM, vijay.kil...@gmail.com wrote: >> >> Note: Please use this patch series only for review. >> For testing, patch to boot allocator is required. Which will >> be sent outside this series. > > > Can

Re: [Xen-devel] [RFC PATCH v1 00/21] ARM: Add Xen NUMA support

2017-02-09 Thread Julien Grall
Hi Vijay, On 02/09/2017 03:56 PM, vijay.kil...@gmail.com wrote: Note: Please use this patch series only for review. For testing, patch to boot allocator is required. Which will be sent outside this series. Can you expand here? Is this patch a NUMA specific? Also in a previous thread you menti

[Xen-devel] [RFC PATCH v1 00/21] ARM: Add Xen NUMA support

2017-02-09 Thread vijay . kilari
From: Vijaya Kumar K With this RFC patch series, NUMA support is added for arm platform. Both DT and ACPI based NUMA support is added. Only Xen is made aware of NUMA platform. Dom0 is awareness is not added. As part of this series, the code under x86 architecture is reused by moving into common