Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-06 Thread Toshi Kani
On Fri, 2013-12-06 at 16:23 +0900, Yasuaki Ishimatsu wrote: > (2013/12/06 0:11), Toshi Kani wrote: > > On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: > >> (2013/12/05 6:09), Toshi Kani wrote: > >>> When ACPI SLIT table has an I/O locality (i.e. a locality unique > >>> to an I/O

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-06 Thread Toshi Kani
On Fri, 2013-12-06 at 16:23 +0900, Yasuaki Ishimatsu wrote: (2013/12/06 0:11), Toshi Kani wrote: On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: (2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device),

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Yasuaki Ishimatsu
(2013/12/06 0:11), Toshi Kani wrote: On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: (2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread David Rientjes
On Thu, 5 Dec 2013, Yasuaki Ishimatsu wrote: > (2013/12/05 6:09), Toshi Kani wrote: > > When ACPI SLIT table has an I/O locality (i.e. a locality unique > > to an I/O device), numa_set_distance() emits the warning message > > below. > > > > NUMA: Warning: node ids are out of bound, from=-1

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Toshi Kani
On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: > (2013/12/05 6:09), Toshi Kani wrote: > > When ACPI SLIT table has an I/O locality (i.e. a locality unique > > to an I/O device), numa_set_distance() emits the warning message > > below. > > > > NUMA: Warning: node ids are out of

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Yasuaki Ishimatsu
(2013/12/05 6:09), Toshi Kani wrote: > When ACPI SLIT table has an I/O locality (i.e. a locality unique > to an I/O device), numa_set_distance() emits the warning message > below. > > NUMA: Warning: node ids are out of bound, from=-1 to=-1 distance=10 > > acpi_numa_slit_init() calls

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Yasuaki Ishimatsu
(2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node ids are out of bound, from=-1 to=-1 distance=10 acpi_numa_slit_init() calls

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Toshi Kani
On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: (2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node ids are out of bound, from=-1

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread David Rientjes
On Thu, 5 Dec 2013, Yasuaki Ishimatsu wrote: (2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node ids are out of bound, from=-1 to=-1

Re: [PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-05 Thread Yasuaki Ishimatsu
(2013/12/06 0:11), Toshi Kani wrote: On Thu, 2013-12-05 at 19:25 +0900, Yasuaki Ishimatsu wrote: (2013/12/05 6:09), Toshi Kani wrote: When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node

[PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-04 Thread Toshi Kani
When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node ids are out of bound, from=-1 to=-1 distance=10 acpi_numa_slit_init() calls numa_set_distance() with pxm_to_node(), which assumes that all

[PATCH] mm, x86: Skip NUMA_NO_NODE while parsing SLIT

2013-12-04 Thread Toshi Kani
When ACPI SLIT table has an I/O locality (i.e. a locality unique to an I/O device), numa_set_distance() emits the warning message below. NUMA: Warning: node ids are out of bound, from=-1 to=-1 distance=10 acpi_numa_slit_init() calls numa_set_distance() with pxm_to_node(), which assumes that all