From: Shannon Nelson <shannon.nelson@amd.com>
To: <netdev@vger.kernel.org>, <brett.creeley@amd.com>,
<davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
<pabeni@redhat.com>
Cc: Shannon Nelson <shannon.nelson@amd.com>
Subject: [PATCH net-next 0/4] pds_core: add PCI reset handling
Date: Thu, 14 Sep 2023 15:31:56 -0700 [thread overview]
Message-ID: <20230914223200.65533-1-shannon.nelson@amd.com> (raw)
Make sure pds_core can handle and recover from PCI function resets and
similar PCI bus issues: add detection and handlers for PCI problems.
Shannon Nelson (4):
pds_core: check health in devcmd wait
pds_core: keep viftypes table across reset
pds_core: implement pci reset handlers
pds_core: add attempts to fix broken PCI
drivers/net/ethernet/amd/pds_core/core.c | 43 +++++++++++++++-----
drivers/net/ethernet/amd/pds_core/core.h | 7 ++++
drivers/net/ethernet/amd/pds_core/dev.c | 11 +++++-
drivers/net/ethernet/amd/pds_core/main.c | 50 ++++++++++++++++++++++++
include/linux/pds/pds_core_if.h | 1 +
5 files changed, 101 insertions(+), 11 deletions(-)
--
2.17.1
next reply other threads:[~2023-09-14 22:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 22:31 Shannon Nelson [this message]
2023-09-14 22:31 ` [PATCH net-next 1/4] pds_core: check health in devcmd wait Shannon Nelson
2023-09-14 22:31 ` [PATCH net-next 2/4] pds_core: keep viftypes table across reset Shannon Nelson
2023-09-14 22:31 ` [PATCH net-next 3/4] pds_core: implement pci reset handlers Shannon Nelson
2023-09-14 22:32 ` [PATCH net-next 4/4] pds_core: add attempts to fix broken PCI Shannon Nelson
2023-09-16 14:52 ` [PATCH net-next 0/4] pds_core: add PCI reset handling Simon Horman
2023-09-18 8:30 ` patchwork-bot+netdevbpf
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=20230914223200.65533-1-shannon.nelson@amd.com \
--to=shannon.nelson@amd.com \
--cc=brett.creeley@amd.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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).