Re: [PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel

2023-10-03 Thread Eugenio Perez Martin
On Sun, Oct 1, 2023 at 9:56 PM Michael S. Tsirkin wrote: > > On Tue, Aug 29, 2023 at 01:54:42PM +0800, Hawkins Jiawei wrote: > > This patchset allows QEMU to delay polling and checking the device > > used buffer until either the SVQ is full or control commands shadow > > buffers are full, instead

Re: [PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel

2023-10-01 Thread Michael S. Tsirkin
On Tue, Aug 29, 2023 at 01:54:42PM +0800, Hawkins Jiawei wrote: > This patchset allows QEMU to delay polling and checking the device > used buffer until either the SVQ is full or control commands shadow > buffers are full, instead of polling and checking immediately after > sending each SVQ control

Re: [PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel

2023-08-29 Thread Hawkins Jiawei
On 2023/8/29 13:54, Hawkins Jiawei wrote: > This patchset allows QEMU to delay polling and checking the device > used buffer until either the SVQ is full or control commands shadow > buffers are full, instead of polling and checking immediately after > sending each SVQ control command, so that QEMU

[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel

2023-08-28 Thread Hawkins Jiawei
This patchset allows QEMU to delay polling and checking the device used buffer until either the SVQ is full or control commands shadow buffers are full, instead of polling and checking immediately after sending each SVQ control command, so that QEMU can send all the SVQ control commands in parallel