Re: [PATCH v4 0/7] SR-IOV Enablement on PowerVM

2018-01-23 Thread Russell Currey
On Fri, 2018-01-05 at 10:45 -0600, Bryant G. Ly wrote:
> This patch series will enable SR-IOV on PowerVM. A specific set of
> lids for PFW/PHYP is required. They are planned to release with
> 920 at the moment.
> 
> For IBM internal testers let me know of a system you want to test on
> and we can put on the lids required or we can provide a system to run
> the tests.
> 
> This patch depends on the three patches:
> 988fc3ba5653278a8c14d6ccf687371775930d2b
> dae7253f9f78a731755ca20c66b2d2c40b86baea
> 608c0d8804ef3ca4cda8ec6ad914e47deb283d7b
> 
> v1 - Initial Patch
> v2 - Addressed Alexey and Russell's comments
> v3 - Unify the call of .error_detected()
> v4 - Fixed subject and change log per Bjorn's comments and
>  fixed Alexey's comments

For the whole series:

Acked-by: Russell Currey 


Re: [PATCH v4 0/7] SR-IOV Enablement on PowerVM

2018-01-17 Thread Bryant G. Ly
Mike Ellerman/Ben, 

Do you know if we can make 4.16 with this? 

-Bryant

On 1/5/18 10:45 AM, Bryant G. Ly wrote:

> This patch series will enable SR-IOV on PowerVM. A specific set of
> lids for PFW/PHYP is required. They are planned to release with
> 920 at the moment.
>
> For IBM internal testers let me know of a system you want to test on
> and we can put on the lids required or we can provide a system to run
> the tests.
>
> This patch depends on the three patches:
> 988fc3ba5653278a8c14d6ccf687371775930d2b
> dae7253f9f78a731755ca20c66b2d2c40b86baea
> 608c0d8804ef3ca4cda8ec6ad914e47deb283d7b
>
> v1 - Initial Patch
> v2 - Addressed Alexey and Russell's comments
> v3 - Unify the call of .error_detected()
> v4 - Fixed subject and change log per Bjorn's comments and
>  fixed Alexey's comments
>
> Bryant G. Ly (7):
>   platform/pseries: Update VF config space after EEH
>   linux/pci: Add uevents in AER and EEH error/resume
>   platforms/pseries: Set eeh_pe of EEH_PE_VF type
>   powerpc/kernel Add EEH operations to notify resume
>   powerpc/kernel: Add EEH notify resume sysfs
>   pseries/pci: Associate PEs to VFs in configure SR-IOV
>   pseries/setup: Add Initialization of VF Bars
>
>  arch/powerpc/include/asm/eeh.h   |   2 +
>  arch/powerpc/include/asm/pci-bridge.h|   5 +-
>  arch/powerpc/include/asm/pci.h   |   2 +
>  arch/powerpc/kernel/eeh.c|  59 ++
>  arch/powerpc/kernel/eeh_driver.c |   6 +
>  arch/powerpc/kernel/eeh_sysfs.c  |  45 
>  arch/powerpc/kernel/pci_of_scan.c|   2 +-
>  arch/powerpc/platforms/powernv/eeh-powernv.c |  68 +--
>  arch/powerpc/platforms/pseries/eeh_pseries.c | 137 +-
>  arch/powerpc/platforms/pseries/pci.c | 150 +++-
>  arch/powerpc/platforms/pseries/setup.c   | 164 
> +++
>  drivers/pci/pcie/aer/aerdrv_core.c   |   3 +
>  include/linux/pci.h  |  36 ++
>  13 files changed, 611 insertions(+), 68 deletions(-)
>



[PATCH v4 0/7] SR-IOV Enablement on PowerVM

2018-01-05 Thread Bryant G. Ly
This patch series will enable SR-IOV on PowerVM. A specific set of
lids for PFW/PHYP is required. They are planned to release with
920 at the moment.

For IBM internal testers let me know of a system you want to test on
and we can put on the lids required or we can provide a system to run
the tests.

This patch depends on the three patches:
988fc3ba5653278a8c14d6ccf687371775930d2b
dae7253f9f78a731755ca20c66b2d2c40b86baea
608c0d8804ef3ca4cda8ec6ad914e47deb283d7b

v1 - Initial Patch
v2 - Addressed Alexey and Russell's comments
v3 - Unify the call of .error_detected()
v4 - Fixed subject and change log per Bjorn's comments and
 fixed Alexey's comments

Bryant G. Ly (7):
  platform/pseries: Update VF config space after EEH
  linux/pci: Add uevents in AER and EEH error/resume
  platforms/pseries: Set eeh_pe of EEH_PE_VF type
  powerpc/kernel Add EEH operations to notify resume
  powerpc/kernel: Add EEH notify resume sysfs
  pseries/pci: Associate PEs to VFs in configure SR-IOV
  pseries/setup: Add Initialization of VF Bars

 arch/powerpc/include/asm/eeh.h   |   2 +
 arch/powerpc/include/asm/pci-bridge.h|   5 +-
 arch/powerpc/include/asm/pci.h   |   2 +
 arch/powerpc/kernel/eeh.c|  59 ++
 arch/powerpc/kernel/eeh_driver.c |   6 +
 arch/powerpc/kernel/eeh_sysfs.c  |  45 
 arch/powerpc/kernel/pci_of_scan.c|   2 +-
 arch/powerpc/platforms/powernv/eeh-powernv.c |  68 +--
 arch/powerpc/platforms/pseries/eeh_pseries.c | 137 +-
 arch/powerpc/platforms/pseries/pci.c | 150 +++-
 arch/powerpc/platforms/pseries/setup.c   | 164 +++
 drivers/pci/pcie/aer/aerdrv_core.c   |   3 +
 include/linux/pci.h  |  36 ++
 13 files changed, 611 insertions(+), 68 deletions(-)

-- 
2.14.3 (Apple Git-98)