Re: [PATCH v6 20/42] powerpc/powernv: Create PEs dynamically

2015-08-15 Thread Alexey Kardashevskiy
On 08/15/2015 02:59 PM, Gavin Shan wrote: On Fri, Aug 14, 2015 at 11:52:44PM +1000, Alexey Kardashevskiy wrote: On 08/06/2015 02:11 PM, Gavin Shan wrote: Currently, the PEs and their associated resources are assigned in ppc_md.pcibios_fixup() except those consumed by SRIOV VFs. The function is

Re: [PATCH v6 20/42] powerpc/powernv: Create PEs dynamically

2015-08-14 Thread Gavin Shan
On Fri, Aug 14, 2015 at 11:52:44PM +1000, Alexey Kardashevskiy wrote: >On 08/06/2015 02:11 PM, Gavin Shan wrote: >>Currently, the PEs and their associated resources are assigned >>in ppc_md.pcibios_fixup() except those consumed by SRIOV VFs. >>The function is called for once after PCI probing and r

Re: [PATCH v6 20/42] powerpc/powernv: Create PEs dynamically

2015-08-14 Thread Alexey Kardashevskiy
On 08/06/2015 02:11 PM, Gavin Shan wrote: Currently, the PEs and their associated resources are assigned in ppc_md.pcibios_fixup() except those consumed by SRIOV VFs. The function is called for once after PCI probing and resources assignment is finished which isn't hotplug friendly. The patch cr