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

2017-03-02 Thread Julien Grall
Hello Vijay, On 02/03/17 12:10, Vijay Kilari wrote: On Wed, Feb 22, 2017 at 5:14 PM, Julien Grall wrote: On 22/02/17 11:38, Vijay Kilari wrote: [...] That is default distance value. From where? Please give a link to the doc. 10/20 is used by x86 implementation as well. https://git.ker

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

2017-03-02 Thread Vijay Kilari
On Wed, Feb 22, 2017 at 5:14 PM, Julien Grall wrote: > Hello Vijay, > > > On 22/02/17 11:38, Vijay Kilari wrote: >> >> On Mon, Feb 20, 2017 at 11:58 PM, Julien Grall >> wrote: >>> >>> Hello Vijay, >>> >>> On 09/02/17 15:57, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K >

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

2017-02-22 Thread Julien Grall
Hello Vijay, On 22/02/17 11:38, Vijay Kilari wrote: On Mon, Feb 20, 2017 at 11:58 PM, Julien Grall wrote: Hello Vijay, On 09/02/17 15:57, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Parse distance-matrix and fetch node distance information. Store distance information in node_distan

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

2017-02-22 Thread Vijay Kilari
On Mon, Feb 20, 2017 at 11:58 PM, Julien Grall wrote: > Hello Vijay, > > On 09/02/17 15:57, vijay.kil...@gmail.com wrote: >> >> From: Vijaya Kumar K >> >> Parse distance-matrix and fetch node distance information. >> Store distance information in node_distance[]. >> >> Signed-off-by: Vijaya Kumar

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

2017-02-20 Thread Julien Grall
Hello Vijay, On 09/02/17 15:57, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Parse distance-matrix and fetch node distance information. Store distance information in node_distance[]. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/dt_numa.c | 90