Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-26 Thread Eugenio Perez Martin
On Fri, Aug 26, 2022 at 6:29 AM Si-Wei Liu wrote: > > > > On 8/24/2022 11:19 PM, Eugenio Perez Martin wrote: > > On Thu, Aug 25, 2022 at 2:38 AM Si-Wei Liu wrote: > >> > >> > >> On 8/23/2022 9:27 PM, Jason Wang wrote: > >>> 在 2022/8/20 01:13, Eugenio Pérez 写道: > It was returned as error

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-25 Thread Si-Wei Liu
On 8/24/2022 11:19 PM, Eugenio Perez Martin wrote: On Thu, Aug 25, 2022 at 2:38 AM Si-Wei Liu wrote: On 8/23/2022 9:27 PM, Jason Wang wrote: 在 2022/8/20 01:13, Eugenio Pérez 写道: It was returned as error before. Instead of it, simply update the corresponding field so qemu can send it in

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-25 Thread Si-Wei Liu
On 8/24/2022 8:05 PM, Jason Wang wrote: On Thu, Aug 25, 2022 at 10:53 AM Jason Wang wrote: On Thu, Aug 25, 2022 at 8:38 AM Si-Wei Liu wrote: On 8/23/2022 9:27 PM, Jason Wang wrote: 在 2022/8/20 01:13, Eugenio Pérez 写道: It was returned as error before. Instead of it, simply update the

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-25 Thread Si-Wei Liu
Hi Jason, On 8/24/2022 7:53 PM, Jason Wang wrote: On Thu, Aug 25, 2022 at 8:38 AM Si-Wei Liu wrote: On 8/23/2022 9:27 PM, Jason Wang wrote: 在 2022/8/20 01:13, Eugenio Pérez 写道: It was returned as error before. Instead of it, simply update the corresponding field so qemu can send it in the

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-25 Thread Eugenio Perez Martin
On Thu, Aug 25, 2022 at 2:38 AM Si-Wei Liu wrote: > > > > On 8/23/2022 9:27 PM, Jason Wang wrote: > > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > >> It was returned as error before. Instead of it, simply update the > >> corresponding field so qemu can send it in the migration data. > >> > >>

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-24 Thread Jason Wang
On Thu, Aug 25, 2022 at 10:53 AM Jason Wang wrote: > > On Thu, Aug 25, 2022 at 8:38 AM Si-Wei Liu wrote: > > > > > > > > On 8/23/2022 9:27 PM, Jason Wang wrote: > > > > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > > >> It was returned as error before. Instead of it, simply update the > > >>

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-24 Thread Jason Wang
On Thu, Aug 25, 2022 at 8:38 AM Si-Wei Liu wrote: > > > > On 8/23/2022 9:27 PM, Jason Wang wrote: > > > > 在 2022/8/20 01:13, Eugenio Pérez 写道: > >> It was returned as error before. Instead of it, simply update the > >> corresponding field so qemu can send it in the migration data. > >> > >>

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-24 Thread Si-Wei Liu
On 8/23/2022 9:27 PM, Jason Wang wrote: 在 2022/8/20 01:13, Eugenio Pérez 写道: It was returned as error before. Instead of it, simply update the corresponding field so qemu can send it in the migration data. Signed-off-by: Eugenio Pérez --- Looks correct. Adding Si Wei for double check.

Re: [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-23 Thread Jason Wang
在 2022/8/20 01:13, Eugenio Pérez 写道: It was returned as error before. Instead of it, simply update the corresponding field so qemu can send it in the migration data. Signed-off-by: Eugenio Pérez --- Looks correct. Adding Si Wei for double check. Thanks hw/net/virtio-net.c | 17

[PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

2022-08-19 Thread Eugenio Pérez
It was returned as error before. Instead of it, simply update the corresponding field so qemu can send it in the migration data. Signed-off-by: Eugenio Pérez --- hw/net/virtio-net.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/hw/net/virtio-net.c