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

2017-02-22 Thread Julien Grall
Hello Vijay, On 22/02/17 10:46, Vijay Kilari wrote: On Mon, Feb 20, 2017 at 11:02 PM, Julien Grall wrote: On 09/02/17 15:56, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Parse CPU node and fetch numa-node-id information. For each node-id found, update nodemask_t mask. A link to th

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

2017-02-22 Thread Vijay Kilari
On Mon, Feb 20, 2017 at 11:02 PM, Julien Grall wrote: > Hello Vijay, > > On 09/02/17 15:56, vijay.kil...@gmail.com wrote: >> >> From: Vijaya Kumar K >> >> Parse CPU node and fetch numa-node-id information. >> For each node-id found, update nodemask_t mask. > > > A link to the bindings would have

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

2017-02-20 Thread Julien Grall
Hello Vijay, On 09/02/17 15:56, vijay.kil...@gmail.com wrote: +static int __init dt_numa_scan_cpu_node(const void *fdt, int node, +const char *name, int depth, +u32 address_cells, u32 size_cells, +

Re: [Xen-devel] [RFC PATCH v1 06/21] ARM: NUMA: Parse CPU 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 CPU node and fetch numa-node-id information. For each node-id found, update nodemask_t mask. A link to the bindings would have been useful... Call numa_init() from setup_mm() with start and end pfn of

[Xen-devel] [RFC PATCH v1 06/21] ARM: NUMA: Parse CPU NUMA information

2017-02-09 Thread vijay . kilari
From: Vijaya Kumar K Parse CPU node and fetch numa-node-id information. For each node-id found, update nodemask_t mask. Call numa_init() from setup_mm() with start and end pfn of the complete ram.. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/Makefile | 1 + xen/arch/arm/bootfdt.c