Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-15 Thread Lorenzo Pieralisi
On Mon, May 15, 2017 at 05:57:11AM -0700, Vadim Lomovtsev wrote: > On Fri, May 12, 2017 at 10:18:46AM -0700, Vadim Lomovtsev wrote: > Hi Lorenzo, > > > Hi Lorenzo > > > > On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > > > Hi Vadim, > > > > > > On Fri, May 12, 2017 at

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-15 Thread Lorenzo Pieralisi
On Mon, May 15, 2017 at 05:57:11AM -0700, Vadim Lomovtsev wrote: > On Fri, May 12, 2017 at 10:18:46AM -0700, Vadim Lomovtsev wrote: > Hi Lorenzo, > > > Hi Lorenzo > > > > On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > > > Hi Vadim, > > > > > > On Fri, May 12, 2017 at

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-15 Thread Vadim Lomovtsev
On Fri, May 12, 2017 at 10:18:46AM -0700, Vadim Lomovtsev wrote: Hi Lorenzo, > Hi Lorenzo > > On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > > Hi Vadim, > > > > On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > > > Hi Lorenzo, > > > > > > Are there any

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-15 Thread Vadim Lomovtsev
On Fri, May 12, 2017 at 10:18:46AM -0700, Vadim Lomovtsev wrote: Hi Lorenzo, > Hi Lorenzo > > On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > > Hi Vadim, > > > > On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > > > Hi Lorenzo, > > > > > > Are there any

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Vadim Lomovtsev
Hi Lorenzo On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > Hi Vadim, > > On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > > Hi Lorenzo, > > > > Are there any news related to these patches ? > > Not really, I have not received any feedback but I was

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Vadim Lomovtsev
Hi Lorenzo On Fri, May 12, 2017 at 04:50:40PM +0100, Lorenzo Pieralisi wrote: > Hi Vadim, > > On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > > Hi Lorenzo, > > > > Are there any news related to these patches ? > > Not really, I have not received any feedback but I was

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Lorenzo Pieralisi
Hi Vadim, On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > Hi Lorenzo, > > Are there any news related to these patches ? Not really, I have not received any feedback but I was expecting some to make progress here. Have you tested it ? Please let me know, thanks ! Lorenzo

Re: [RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Lorenzo Pieralisi
Hi Vadim, On Fri, May 12, 2017 at 05:44:05AM -0700, Vadim Lomovtsev wrote: > Hi Lorenzo, > > Are there any news related to these patches ? Not really, I have not received any feedback but I was expecting some to make progress here. Have you tested it ? Please let me know, thanks ! Lorenzo

[RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Vadim Lomovtsev
Hi Lorenzo, Are there any news related to these patches ? WBR, Vadim

[RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-05-12 Thread Vadim Lomovtsev
Hi Lorenzo, Are there any news related to these patches ? WBR, Vadim

[RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-04-26 Thread Lorenzo Pieralisi
Create an empty stub, to be populated by firmware methods, to retrieve the NUMA node for a given pci_bus. No functional change introduced. Signed-off-by: Lorenzo Pieralisi Cc: Bjorn Helgaas --- drivers/pci/pci.c | 6 ++ include/linux/pci.h

[RFC/RFT PATCH 1/3] PCI: Introduce pci_bus_find_numa_node()

2017-04-26 Thread Lorenzo Pieralisi
Create an empty stub, to be populated by firmware methods, to retrieve the NUMA node for a given pci_bus. No functional change introduced. Signed-off-by: Lorenzo Pieralisi Cc: Bjorn Helgaas --- drivers/pci/pci.c | 6 ++ include/linux/pci.h | 1 + 2 files changed, 7 insertions(+) diff