Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-09 Thread David Gibson
On Mon, Dec 10, 2018 at 01:50:35PM +1100, Alexey Kardashevskiy wrote: > > > On 06/12/2018 09:40, David Gibson wrote: > > On Wed, Dec 05, 2018 at 05:17:57PM +1100, Alexey Kardashevskiy wrote: > >> > >> > >> On 05/12/2018 16:47, Alexey Kardashevskiy wrote: > >>> > >>> > >>> On 05/12/2018 16:14,

Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-09 Thread Alexey Kardashevskiy
On 06/12/2018 09:40, David Gibson wrote: > On Wed, Dec 05, 2018 at 05:17:57PM +1100, Alexey Kardashevskiy wrote: >> >> >> On 05/12/2018 16:47, Alexey Kardashevskiy wrote: >>> >>> >>> On 05/12/2018 16:14, David Gibson wrote: On Fri, Nov 23, 2018 at 04:52:49PM +1100, Alexey Kardashevskiy

Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-05 Thread David Gibson
On Wed, Dec 05, 2018 at 05:17:57PM +1100, Alexey Kardashevskiy wrote: > > > On 05/12/2018 16:47, Alexey Kardashevskiy wrote: > > > > > > On 05/12/2018 16:14, David Gibson wrote: > >> On Fri, Nov 23, 2018 at 04:52:49PM +1100, Alexey Kardashevskiy wrote: > >>> The powernv PCI code stores NPU

Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-04 Thread Alexey Kardashevskiy
On 05/12/2018 16:47, Alexey Kardashevskiy wrote: > > > On 05/12/2018 16:14, David Gibson wrote: >> On Fri, Nov 23, 2018 at 04:52:49PM +1100, Alexey Kardashevskiy wrote: >>> The powernv PCI code stores NPU data in the pnv_phb struct. The latter >>> is referenced by

Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-04 Thread Alexey Kardashevskiy
On 05/12/2018 16:14, David Gibson wrote: > On Fri, Nov 23, 2018 at 04:52:49PM +1100, Alexey Kardashevskiy wrote: >> The powernv PCI code stores NPU data in the pnv_phb struct. The latter >> is referenced by pci_controller::private_data. We are going to have NPU2 >> support in the pseries

Re: [PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-12-04 Thread David Gibson
On Fri, Nov 23, 2018 at 04:52:49PM +1100, Alexey Kardashevskiy wrote: > The powernv PCI code stores NPU data in the pnv_phb struct. The latter > is referenced by pci_controller::private_data. We are going to have NPU2 > support in the pseries platform as well but it does not store any >

[PATCH kernel v4 04/19] powerpc/powernv: Move npu struct from pnv_phb to pci_controller

2018-11-22 Thread Alexey Kardashevskiy
The powernv PCI code stores NPU data in the pnv_phb struct. The latter is referenced by pci_controller::private_data. We are going to have NPU2 support in the pseries platform as well but it does not store any private_data in in the pci_controller struct; and even if it did, it would be a