mbox series

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

Message ID cover.1685359572.git.yin31149@gmail.com
Headers show
Series Vhost-vdpa Shadow Virtqueue Offloads support | expand

Message

Hawkins Jiawei May 29, 2023, 1:18 p.m. UTC
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(+)

Comments

Eugenio Pérez May 29, 2023, 4:55 p.m. UTC | #1
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!
Hawkins Jiawei May 30, 2023, 7:20 a.m. UTC | #2
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!
>