Re: [PATCH v2 1/2] vdpa: rename vhost_vdpa_net_cvq_add()

2023-05-17 Thread Hawkins Jiawei
Sorry for forgetting cc when replying to the email. I will resend this email with cc. On Wed, 17 May 2023 at 12:12, Jason Wang wrote: > > On Sat, May 6, 2023 at 10:07 PM Hawkins Jiawei wrote: > > > > We want to introduce a new version of vhost_vdpa_net_cvq_add() that > > does not poll immediatel

Re: [PATCH v2 1/2] vdpa: rename vhost_vdpa_net_cvq_add()

2023-05-16 Thread Jason Wang
On Sat, May 6, 2023 at 10:07 PM Hawkins Jiawei wrote: > > We want to introduce a new version of vhost_vdpa_net_cvq_add() that > does not poll immediately after forwarding custom buffers > to the device, so that QEMU can send all the SVQ control commands > in parallel instead of serialized. > > Sig

[PATCH v2 1/2] vdpa: rename vhost_vdpa_net_cvq_add()

2023-05-06 Thread Hawkins Jiawei
We want to introduce a new version of vhost_vdpa_net_cvq_add() that does not poll immediately after forwarding custom buffers to the device, so that QEMU can send all the SVQ control commands in parallel instead of serialized. Signed-off-by: Hawkins Jiawei --- net/vhost-vdpa.c | 15 +++--