Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-21 Thread David Gibson
On Wed, Sep 14, 2016 at 07:03:50AM -0500, Michael Roth wrote: > Quoting Alexey Kardashevskiy (2016-09-14 04:39:10) > > On 14/09/16 09:29, Michael Roth wrote: > > > Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) > > >> This adds a numa id property to a PHB to allow linking passed PCI device > >

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-21 Thread David Gibson
On Wed, Sep 14, 2016 at 07:39:10PM +1000, Alexey Kardashevskiy wrote: > On 14/09/16 09:29, Michael Roth wrote: > > Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) > >> This adds a numa id property to a PHB to allow linking passed PCI device > >> to CPU/memory. It is up to the management stack to

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-19 Thread Michael Roth
Quoting Alexey Kardashevskiy (2016-09-14 04:39:10) > On 14/09/16 09:29, Michael Roth wrote: > > Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) > >> This adds a numa id property to a PHB to allow linking passed PCI device > >> to CPU/memory. It is up to the management stack to do CPU/memory pinn

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-18 Thread Bharata B Rao
On Wed, Sep 14, 2016 at 07:39:10PM +1000, Alexey Kardashevskiy wrote: > On 14/09/16 09:29, Michael Roth wrote: > > Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) > >> This adds a numa id property to a PHB to allow linking passed PCI device > >> to CPU/memory. It is up to the management stack to

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-14 Thread Alexey Kardashevskiy
On 14/09/16 09:29, Michael Roth wrote: > Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) >> This adds a numa id property to a PHB to allow linking passed PCI device >> to CPU/memory. It is up to the management stack to do CPU/memory pinning >> to the node with the actual PCI device. > > It look

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-09-13 Thread Michael Roth
Quoting Alexey Kardashevskiy (2016-07-27 03:03:38) > This adds a numa id property to a PHB to allow linking passed PCI device > to CPU/memory. It is up to the management stack to do CPU/memory pinning > to the node with the actual PCI device. It looks like x86 relies on PCIBus->numa_node() method

Re: [Qemu-devel] [PATCH qemu] spapr_pci: Add numa node id

2016-08-09 Thread Alexey Kardashevskiy
On 27/07/16 18:03, Alexey Kardashevskiy wrote: > This adds a numa id property to a PHB to allow linking passed PCI device > to CPU/memory. It is up to the management stack to do CPU/memory pinning > to the node with the actual PCI device. > > Signed-off-by: Alexey Kardashevskiy Ping? > --- >