[Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-02-09 Thread vijay . kilari
From: Vijaya Kumar K Parse memory node and fetch numa-node-id information. For each memory range, store in node_memblk_range[] along with node id. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/bootfdt.c| 4 +-- xen/arch/arm/dt_numa.c| 84 ++

Re: [Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-02-20 Thread Julien Grall
Hello Vijay, On 09/02/17 15:56, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Parse memory node and fetch numa-node-id information. For each memory range, store in node_memblk_range[] along with node id. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/bootfdt.c| 4 +-- xen/arch

Re: [Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-03-02 Thread Vijay Kilari
On Mon, Feb 20, 2017 at 11:35 PM, Julien Grall wrote: > Hello Vijay, > > > On 09/02/17 15:56, vijay.kil...@gmail.com wrote: >> >> From: Vijaya Kumar K >> >> Parse memory node and fetch numa-node-id information. >> For each memory range, store in node_memblk_range[] >> along with node id. >> >> Si

Re: [Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-03-02 Thread Julien Grall
Hello Vijay, On 02/03/17 12:25, Vijay Kilari wrote: On Mon, Feb 20, 2017 at 11:35 PM, Julien Grall wrote: On 09/02/17 15:56, vijay.kil...@gmail.com wrote: [...] Rather than reimplementing the wheel, it might be better to hook the parsing in bootfdt.c. This would avoid an extra parsing of t

Re: [Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-03-02 Thread Vijay Kilari
On Thu, Mar 2, 2017 at 8:18 PM, Julien Grall wrote: > Hello Vijay, > > On 02/03/17 12:25, Vijay Kilari wrote: >> >> On Mon, Feb 20, 2017 at 11:35 PM, Julien Grall >> wrote: >>> >>> On 09/02/17 15:56, vijay.kil...@gmail.com wrote: > > > [...] > >>> Rather than reimplementing the wheel, it might be

Re: [Xen-devel] [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information

2017-03-02 Thread Julien Grall
On 02/03/17 15:08, Vijay Kilari wrote: On Thu, Mar 2, 2017 at 8:18 PM, Julien Grall wrote: Hello Vijay, On 02/03/17 12:25, Vijay Kilari wrote: On Mon, Feb 20, 2017 at 11:35 PM, Julien Grall wrote: On 09/02/17 15:56, vijay.kil...@gmail.com wrote: [...] Rather than reimplementing the