Re: [PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE

2015-11-02 Thread Wei Yang
On Fri, Oct 30, 2015 at 07:05:05PM +1100, Alexey Kardashevskiy wrote: >On 10/30/2015 06:18 PM, Wei Yang wrote: >>On Fri, Oct 30, 2015 at 03:11:20PM +1100, Alexey Kardashevskiy wrote: >>>On 10/26/2015 02:15 PM, Wei Yang wrote: PEs for VFs don't have primary bus. So they have to have their own re

Re: [PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE

2015-10-30 Thread Alexey Kardashevskiy
On 10/30/2015 06:18 PM, Wei Yang wrote: On Fri, Oct 30, 2015 at 03:11:20PM +1100, Alexey Kardashevskiy wrote: On 10/26/2015 02:15 PM, Wei Yang wrote: PEs for VFs don't have primary bus. So they have to have their own reset backend, which is used during EEH recovery. The patch implements the res

Re: [PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE

2015-10-30 Thread Wei Yang
On Fri, Oct 30, 2015 at 03:11:20PM +1100, Alexey Kardashevskiy wrote: >On 10/26/2015 02:15 PM, Wei Yang wrote: >>PEs for VFs don't have primary bus. So they have to have their own reset >>backend, which is used during EEH recovery. The patch implements the reset >>backend for VF's PE by issuing FLR

Re: [PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE

2015-10-29 Thread Alexey Kardashevskiy
On 10/26/2015 02:15 PM, Wei Yang wrote: PEs for VFs don't have primary bus. So they have to have their own reset backend, which is used during EEH recovery. The patch implements the reset backend for VF's PE by issuing FLR or AF FLR to the VFs, which are contained in the PE. [gwshan: changelog a

[PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE

2015-10-25 Thread Wei Yang
PEs for VFs don't have primary bus. So they have to have their own reset backend, which is used during EEH recovery. The patch implements the reset backend for VF's PE by issuing FLR or AF FLR to the VFs, which are contained in the PE. [gwshan: changelog and code refactoring] Signed-off-by: Wei Ya