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

2017-03-02 Thread Vijay Kilari
On Thu, Mar 2, 2017 at 9:35 PM, Julien Grall wrote: > Hello Vijay, > > > On 09/02/17 15:57, vijay.kil...@gmail.com wrote: >> >> From: Vijaya Kumar K >> >> For all banks in bootinfo.mem, update nodes[] with >> corresponding nodeid and register these nodes by >> calling setup_node_bootmem(). >> com

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

2017-03-02 Thread Julien Grall
Hello Vijay, On 09/02/17 15:57, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K For all banks in bootinfo.mem, update nodes[] with corresponding nodeid and register these nodes by calling setup_node_bootmem(). compute memnode_shift and initialize memnodemap[] to fetch nodeid for a given phy

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

2017-02-09 Thread vijay . kilari
From: Vijaya Kumar K For all banks in bootinfo.mem, update nodes[] with corresponding nodeid and register these nodes by calling setup_node_bootmem(). compute memnode_shift and initialize memnodemap[] to fetch nodeid for a given physical address. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/