From: "Bryant G. Ly" <bryantly@linux.vnet.ibm.com>
To: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au
Cc: seroyer@linux.vnet.ibm.com, jjalvare@linux.vnet.ibm.com,
alex.williamson@redhat.com, helgaas@kernel.org, aik@ozlabs.ru,
ruscur@russell.cc, linux-pci@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, bodong@mellanox.com,
eli@mellanox.com, saeedm@mellanox.com,
"Bryant G. Ly" <bryantly@linux.vnet.ibm.com>
Subject: [PATCH v3 0/7] SR-IOV Enablement on PowerVM
Date: Wed, 3 Jan 2018 11:16:26 -0600 [thread overview]
Message-ID: <20180103171633.94499-1-bryantly@linux.vnet.ibm.com> (raw)
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()
Bryant G. Ly (7):
platform/pseries: Update VF config space after EEH
powerpc/kernel: Add uevents in 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 | 8 +-
arch/powerpc/kernel/eeh_sysfs.c | 46 +++++++-
arch/powerpc/kernel/pci_of_scan.c | 2 +-
arch/powerpc/platforms/powernv/eeh-powernv.c | 68 +----------
arch/powerpc/platforms/pseries/eeh_pseries.c | 132 ++++++++++++++++++++-
arch/powerpc/platforms/pseries/pci.c | 151 +++++++++++++++++++++++-
arch/powerpc/platforms/pseries/setup.c | 164 +++++++++++++++++++++++++++
drivers/pci/pcie/aer/aerdrv_core.c | 3 +
include/linux/pci.h | 36 ++++++
13 files changed, 605 insertions(+), 73 deletions(-)
--
2.14.3 (Apple Git-98)
next reply other threads:[~2018-01-03 17:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-03 17:16 Bryant G. Ly [this message]
2018-01-03 17:16 ` [PATCH v3 1/7] platform/pseries: Update VF config space after EEH Bryant G. Ly
2018-01-03 17:16 ` [PATCH v3 2/7] powerpc/kernel: Add uevents in EEH error/resume Bryant G. Ly
2018-01-04 22:41 ` Bjorn Helgaas
2018-01-03 17:16 ` [PATCH v3 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type Bryant G. Ly
2018-01-05 1:24 ` Alexey Kardashevskiy
2018-01-03 17:16 ` [PATCH v3 4/7] powerpc/kernel Add EEH operations to notify resume Bryant G. Ly
2018-01-03 17:16 ` [PATCH v3 5/7] powerpc/kernel: Add EEH notify resume sysfs Bryant G. Ly
2018-01-03 17:16 ` [PATCH v3 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV Bryant G. Ly
2018-01-03 17:16 ` [PATCH v3 7/7] pseries/setup: Add Initialization of VF Bars Bryant G. Ly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180103171633.94499-1-bryantly@linux.vnet.ibm.com \
--to=bryantly@linux.vnet.ibm.com \
--cc=aik@ozlabs.ru \
--cc=alex.williamson@redhat.com \
--cc=benh@kernel.crashing.org \
--cc=bodong@mellanox.com \
--cc=eli@mellanox.com \
--cc=helgaas@kernel.org \
--cc=jjalvare@linux.vnet.ibm.com \
--cc=linux-pci@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=ruscur@russell.cc \
--cc=saeedm@mellanox.com \
--cc=seroyer@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).