Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information

2014-04-29 Thread Borislav Petkov
On Mon, Apr 28, 2014 at 03:24:39PM -0600, Myron Stowe wrote: > >> @@ -489,8 +489,12 @@ struct pci_bus *pci_acpi_scan_root(struct > >> acpi_pci_root *root) > >> } > >> > >> node = acpi_get_node(device->handle); > >> - if (node == NUMA_NO_NODE) > >> + if (node == NUMA_NO_NODE) {

Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to guess host bridge node information

2014-04-29 Thread Borislav Petkov
On Mon, Apr 28, 2014 at 03:24:39PM -0600, Myron Stowe wrote: @@ -489,8 +489,12 @@ struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root) } node = acpi_get_node(device-handle); - if (node == NUMA_NO_NODE) + if (node == NUMA_NO_NODE) { node

Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information

2014-04-28 Thread Myron Stowe
On Sun, Apr 20, 2014 at 4:21 AM, Borislav Petkov wrote: > On Fri, Apr 18, 2014 at 08:53:39PM -0600, Myron Stowe wrote: >> The vast majority of platforms are not supplying ACPI _PXM (proximity) >> information corresponding to host bridge (PNP0A03/PNP0A08) devices >> resulting in sysfs "numa_node"

Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to guess host bridge node information

2014-04-28 Thread Myron Stowe
On Sun, Apr 20, 2014 at 4:21 AM, Borislav Petkov b...@suse.de wrote: On Fri, Apr 18, 2014 at 08:53:39PM -0600, Myron Stowe wrote: The vast majority of platforms are not supplying ACPI _PXM (proximity) information corresponding to host bridge (PNP0A03/PNP0A08) devices resulting in sysfs

Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information

2014-04-20 Thread Borislav Petkov
On Fri, Apr 18, 2014 at 08:53:39PM -0600, Myron Stowe wrote: > The vast majority of platforms are not supplying ACPI _PXM (proximity) > information corresponding to host bridge (PNP0A03/PNP0A08) devices > resulting in sysfs "numa_node" values of -1 (NUMA_NO_NODE) [1]: > # for i in

Re: [PATCH v2 4/5] ACPI/PCI: Warn if we have to guess host bridge node information

2014-04-20 Thread Borislav Petkov
On Fri, Apr 18, 2014 at 08:53:39PM -0600, Myron Stowe wrote: The vast majority of platforms are not supplying ACPI _PXM (proximity) information corresponding to host bridge (PNP0A03/PNP0A08) devices resulting in sysfs numa_node values of -1 (NUMA_NO_NODE) [1]: # for i in

[PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information

2014-04-18 Thread Myron Stowe
The vast majority of platforms are not supplying ACPI _PXM (proximity) information corresponding to host bridge (PNP0A03/PNP0A08) devices resulting in sysfs "numa_node" values of -1 (NUMA_NO_NODE) [1]: # for i in /sys/devices/pci\:00/*/numa_node; do cat $i; done | uniq -1 # find /sys/

[PATCH v2 4/5] ACPI/PCI: Warn if we have to guess host bridge node information

2014-04-18 Thread Myron Stowe
The vast majority of platforms are not supplying ACPI _PXM (proximity) information corresponding to host bridge (PNP0A03/PNP0A08) devices resulting in sysfs numa_node values of -1 (NUMA_NO_NODE) [1]: # for i in /sys/devices/pci\:00/*/numa_node; do cat $i; done | uniq -1 # find /sys/