qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
@ 2023-06-01 13:48 Hawkins Jiawei
  2023-06-01 13:48 ` [PATCH v3 1/6] include/hw/virtio: make some VirtIODevice const Hawkins Jiawei
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Hawkins Jiawei @ 2023-06-01 13:48 UTC (permalink / raw)
  To: jasowang, mst, eperezma; +Cc: qemu-devel, yin31149, 18801353760

This series enables shadowed CVQ to intercept Offloads commands
through shadowed CVQ, update the virtio NIC device model so qemu
send it in a migration, and the restore of that Offloads state
in the destination.

Changelog
=========
v3:
  - refactor the commit message in patch
"virtio-net: expose virtio_net_supported_guest_offloads()"

v2: https://lists.nongnu.org/archive/html/qemu-devel/2023-06/msg00044.html

v1: https://lists.nongnu.org/archive/html/qemu-devel/2023-05/msg07198.html

Hawkins Jiawei (6):
  include/hw/virtio: make some VirtIODevice const
  vdpa: reuse virtio_vdev_has_feature()
  hw/net/virtio-net: make some VirtIONet const
  virtio-net: expose virtio_net_supported_guest_offloads()
  vdpa: Add vhost_vdpa_net_load_offloads()
  vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ

 hw/net/virtio-net.c            |  2 +-
 include/hw/virtio/virtio-net.h |  1 +
 include/hw/virtio/virtio.h     |  2 +-
 net/vhost-vdpa.c               | 45 +++++++++++++++++++++++++++++++---
 4 files changed, 44 insertions(+), 6 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-06-02 12:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 13:48 [PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support Hawkins Jiawei
2023-06-01 13:48 ` [PATCH v3 1/6] include/hw/virtio: make some VirtIODevice const Hawkins Jiawei
2023-06-01 14:14   ` Eugenio Perez Martin
2023-06-01 13:48 ` [PATCH v3 2/6] vdpa: reuse virtio_vdev_has_feature() Hawkins Jiawei
2023-06-01 14:14   ` Eugenio Perez Martin
2023-06-01 13:48 ` [PATCH v3 3/6] hw/net/virtio-net: make some VirtIONet const Hawkins Jiawei
2023-06-01 14:15   ` Eugenio Perez Martin
2023-06-01 13:48 ` [PATCH v3 4/6] virtio-net: expose virtio_net_supported_guest_offloads() Hawkins Jiawei
2023-06-01 14:37   ` Eugenio Perez Martin
2023-06-02  5:59     ` Hawkins Jiawei
2023-06-01 13:48 ` [PATCH v3 5/6] vdpa: Add vhost_vdpa_net_load_offloads() Hawkins Jiawei
2023-06-01 14:12   ` Eugenio Perez Martin
2023-06-02  7:30     ` Hawkins Jiawei
2023-06-01 13:48 ` [PATCH v3 6/6] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ Hawkins Jiawei
2023-06-01 14:18   ` Eugenio Perez Martin
2023-06-02 11:25 ` [PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support Lei Yang
2023-06-02 12:05   ` Hawkins Jiawei

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