From: Israel Rukshin <israelr@nvidia.com>
To: Max Gurtovoy <mgurtovoy@nvidia.com>,
Jason Gunthorpe <jgg@nvidia.com>, Parav Pandit <parav@nvidia.com>,
<stefanha@redhat.com>, <virtualization@lists.linux.dev>,
<mst@redhat.com>, Linux-block <linux-block@vger.kernel.org>
Cc: Nitzan Carmi <nitzanc@nvidia.com>, <kvm@vger.kernel.org>,
Israel Rukshin <israelr@nvidia.com>
Subject: [PATCH v2 0/2] Add Error Recovery support for Virtio PCI devices
Date: Wed, 27 Nov 2024 08:57:30 +0200 [thread overview]
Message-ID: <1732690652-3065-1-git-send-email-israelr@nvidia.com> (raw)
This patch series introduces an initial PCI Error Recovery support for
Virtio PCI devices, focusing on Function Level Reset (FLR) recovery.
The implementation aligns with the existing PCI error recovery
framework,
which provides a mechanism for coordinating between affected device
drivers and PCI controllers during reset and recovery phases.
By integrating Virtio PCI devices into this framework, we enhance the
system's ability to handle and recover from PCI errors, particularly
those requiring FLR (this patch set). This capability was previously
unavailable for Virtio PCI devices post-probe, and its addition
significantly improves system reliability and resiliency.
The series consists of two main patches:
1. Virtio PCI: implement the necessary infrastructure and callbacks
in the virtio_pci driver to handle FLR events properly.
2. Virtio Block: Implement proper cleanup and recovery procedures upon
FLR events.
Changes from v1 to v2:
- Don't print warning with -EOPNOTSUPP error.
Israel Rukshin (2):
virtio_pci: Add support for PCIe Function Level Reset
virtio_blk: Add support for transport error recovery
drivers/block/virtio_blk.c | 28 ++++++++-
drivers/virtio/virtio.c | 94 ++++++++++++++++++++++--------
drivers/virtio/virtio_pci_common.c | 41 +++++++++++++
include/linux/virtio.h | 8 +++
4 files changed, 143 insertions(+), 28 deletions(-)
--
2.34.1
next reply other threads:[~2024-11-27 6:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 6:57 Israel Rukshin [this message]
2024-11-27 6:57 ` [PATCH 1/2] virtio_pci: Add support for PCIe Function Level Reset Israel Rukshin
2024-11-27 6:57 ` [PATCH 2/2] virtio_blk: Add support for transport error recovery Israel Rukshin
2025-01-30 15:48 ` Stefan Hajnoczi
2025-01-30 15:57 ` Michael S. Tsirkin
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=1732690652-3065-1-git-send-email-israelr@nvidia.com \
--to=israelr@nvidia.com \
--cc=jgg@nvidia.com \
--cc=kvm@vger.kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=mgurtovoy@nvidia.com \
--cc=mst@redhat.com \
--cc=nitzanc@nvidia.com \
--cc=parav@nvidia.com \
--cc=stefanha@redhat.com \
--cc=virtualization@lists.linux.dev \
/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).