Re: [Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-10-06 Thread vkilari
Hi Julien, Sorry for not being active on this topic for some time. I was on vacation and have left cavium. Note: My email has been changed After going through the comments and fixing some of them, I see that clean up and code movement patches are ~20+. So I would like to split this series

Re: [Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-10-06 Thread Julien Grall
On 06/10/17 18:09, vkil...@codeaurora.org wrote: Hi Julien, Hello, Sorry for not being active on this topic for some time. I was on vacation and have left cavium. Note: My email has been changed After going through the comments and fixing some of them, I see that clean up and code

Re: [Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-07-19 Thread Julien Grall
On 19/07/2017 07:31, Vijay Kilari wrote: On Tue, Jul 18, 2017 at 9:48 PM, Julien Grall wrote: Hi, On 18/07/17 12:41, vijay.kil...@gmail.com wrote: This patch is tested on Thunderx platform. No changes are made to x86 implementation only code is sanitized and

Re: [Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-07-19 Thread Vijay Kilari
On Tue, Jul 18, 2017 at 9:48 PM, Julien Grall wrote: > Hi, > > On 18/07/17 12:41, vijay.kil...@gmail.com wrote: >> >> This patch is tested on Thunderx platform. >> No changes are made to x86 implementation only code is sanitized >> and refactored. Hence only compilation

Re: [Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-07-18 Thread Julien Grall
Hi, On 18/07/17 12:41, vijay.kil...@gmail.com wrote: This patch is tested on Thunderx platform. No changes are made to x86 implementation only code is sanitized and refactored. Hence only compilation tested for x86. This series is posted as RFC for the reason that it is not tested on x86.

[Xen-devel] [RFC PATCH v3 00/24] ARM: Add Xen NUMA support

2017-07-18 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. NUMA awareness to DOM0 is not added. As part of this series, the code under x86 architecture