From: Si-Wei Liu <si-wei.liu@oracle.com>
To: qemu-devel@nongnu.org
Cc: jasowang@redhat.com, mst@redhat.com, eperezma@redhat.com,
sgarzare@redhat.com, eli@mellanox.com, si-wei.liu@oracle.com
Subject: [PATCH v3 0/6] vhost-vdpa multiqueue fixes
Date: Thu, 5 May 2022 21:54:28 -0700 [thread overview]
Message-ID: <1651812874-31967-1-git-send-email-si-wei.liu@oracle.com> (raw)
Hi,
This patch series attempt to fix a few issues in vhost-vdpa multiqueue functionality.
Patch #1 and #2 are the formal submission for RFC patch in:
https://lore.kernel.org/qemu-devel/c3e931ee-1a1b-9c2f-2f59-cb4395c230f9@oracle.com/
Patch #3 through #5 are obviously small bug fixes. Please find the description of
each in the commit log.
Patch #6 is a workaround fix for the QEMU segfault described in:
https://lore.kernel.org/qemu-devel/4f2acb7a-d436-9d97-80b1-3308c1b396b5@oracle.com/
Thanks,
-Siwei
---
v3:
- switch to LOG_GUEST_ERROR for guest trigger-able error
- add temporary band-aid fix for QEMU crash due to recursive call
v2:
- split off vhost_dev notifier patch from "align ctrl_vq index for non-mq
guest for vhost_vdpa"
- change assert to error message
- rename vhost_vdpa_one_time_request to vhost_vdpa_first_dev for clarity
Si-Wei Liu (6):
virtio-net: setup vhost_dev and notifiers for cvq only when feature is
negotiated
virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
vhost-net: fix improper cleanup in vhost_net_start
vhost-vdpa: backend feature should set only once
virtio-net: don't handle mq request in userspace handler for
vhost-vdpa
hw/net/vhost_net.c | 4 +++-
hw/net/virtio-net.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
hw/virtio/vhost-vdpa.c | 23 +++++++++++++++--------
net/vhost-vdpa.c | 4 +++-
4 files changed, 67 insertions(+), 13 deletions(-)
--
1.8.3.1
next reply other threads:[~2022-05-06 4:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 4:54 Si-Wei Liu [this message]
2022-05-06 4:54 ` [PATCH v3 1/6] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated Si-Wei Liu
2022-05-06 4:54 ` [PATCH v3 2/6] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa Si-Wei Liu
2022-05-06 7:35 ` Jason Wang
2022-05-06 4:54 ` [PATCH v3 3/6] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa Si-Wei Liu
2022-05-06 4:54 ` [PATCH v3 4/6] vhost-net: fix improper cleanup in vhost_net_start Si-Wei Liu
2022-05-06 4:54 ` [PATCH v3 5/6] vhost-vdpa: backend feature should set only once Si-Wei Liu
2022-05-06 12:22 ` Stefano Garzarella
2022-05-06 4:54 ` [PATCH v3 6/6] virtio-net: don't handle mq request in userspace handler for vhost-vdpa Si-Wei Liu
2022-05-06 7:35 ` Jason Wang
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=1651812874-31967-1-git-send-email-si-wei.liu@oracle.com \
--to=si-wei.liu@oracle.com \
--cc=eli@mellanox.com \
--cc=eperezma@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@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).