qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] vhost-vdpa multiqueue fixes
@ 2022-04-27  8:30 Si-Wei Liu
  2022-04-27  8:30 ` [PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated Si-Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Si-Wei Liu @ 2022-04-27  8:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, jasowang, eperezma, eli, si-wei.liu, sgarzare

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.

The patches #2 to #4 for v1 are taken off from the series. These patches will be
posted separately later on after rework.
https://lore.kernel.org/qemu-devel/CACGkMEuecMSCWdr0P9f=U-8wYAw3M05mmeRo+y6Zmt2TxCUNBg@mail.gmail.com/


Thanks,
-Siwei

---
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 (5):
  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

 hw/net/vhost_net.c     |  4 +++-
 hw/net/virtio-net.c    | 25 ++++++++++++++++++++++---
 hw/virtio/vhost-vdpa.c | 23 +++++++++++++++--------
 net/vhost-vdpa.c       |  4 +++-
 4 files changed, 43 insertions(+), 13 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-05-05  8:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27  8:30 [PATCH v2 0/5] vhost-vdpa multiqueue fixes Si-Wei Liu
2022-04-27  8:30 ` [PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated Si-Wei Liu
2022-04-29  2:14   ` Jason Wang
2022-04-27  8:30 ` [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa Si-Wei Liu
2022-04-29  2:23   ` Jason Wang
2022-04-29  2:24     ` Jason Wang
2022-04-30  1:13       ` Si-Wei Liu
2022-04-30  1:12     ` Si-Wei Liu
2022-05-05  8:25       ` Jason Wang
2022-04-27  8:30 ` [PATCH v2 3/5] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa Si-Wei Liu
2022-04-27  8:30 ` [PATCH v2 4/5] vhost-net: fix improper cleanup in vhost_net_start Si-Wei Liu
2022-04-27  8:30 ` [PATCH v2 5/5] vhost-vdpa: backend feature should set only once Si-Wei Liu

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).