[PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support

Hawkins Jiawei posted 2 patches 11 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1685359572.git.yin31149@gmail.com
Maintainers: Jason Wang <jasowang@redhat.com>
There is a newer version of this series
net/vhost-vdpa.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
[PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support
Posted by Hawkins Jiawei 11 months, 2 weeks ago
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.

Hawkins Jiawei (2):
  vdpa: Add vhost_vdpa_net_load_offloads
  vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ

 net/vhost-vdpa.c | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

-- 
2.25.1
Re: [PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support
Posted by Eugenio Perez Martin 11 months, 2 weeks ago
On Mon, May 29, 2023 at 3:18 PM Hawkins Jiawei <yin31149@gmail.com> wrote:
>
> 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.
>
> Hawkins Jiawei (2):
>   vdpa: Add vhost_vdpa_net_load_offloads
>   vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
>
>  net/vhost-vdpa.c | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>

CCing MST too.

Thanks!
Re: [PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support
Posted by Hawkins Jiawei 11 months, 2 weeks ago
On 2023/5/30 0:55, Eugenio Perez Martin wrote:
> On Mon, May 29, 2023 at 3:18 PM Hawkins Jiawei <yin31149@gmail.com> wrote:
>>
>> 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.
>>
>> Hawkins Jiawei (2):
>>    vdpa: Add vhost_vdpa_net_load_offloads
>>    vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
>>
>>   net/vhost-vdpa.c | 27 +++++++++++++++++++++++++++
>>   1 file changed, 27 insertions(+)
>>
>
> CCing MST too.

OK, I will cc MST in the future patches for this part.

Thanks!

>
> Thanks!
>