Re: [PATCH 0/2] Send all the SVQ control commands in parallel

2023-04-20 Thread Hawkins Jiawei
On Thu, 20 Apr 2023 at 01:17, Eugenio Perez Martin wrote: > > On Wed, Apr 19, 2023 at 1:50 PM Hawkins Jiawei wrote: > > > > This patchset allows QEMU to poll and check the device used buffer > > after sending all SVQ control commands, instead of polling and checking > > immediately after sending

Re: [PATCH 0/2] Send all the SVQ control commands in parallel

2023-04-19 Thread Eugenio Perez Martin
On Wed, Apr 19, 2023 at 1:50 PM Hawkins Jiawei wrote: > > This patchset allows QEMU to poll and check the device used buffer > after sending all SVQ control commands, instead of polling and checking > immediately after sending each SVQ control command, so that QEMU can > send all the SVQ control c

[PATCH 0/2] Send all the SVQ control commands in parallel

2023-04-19 Thread Hawkins Jiawei
This patchset allows QEMU to poll and check the device used buffer after sending all SVQ control commands, instead of polling and checking immediately after sending each SVQ control command, so that QEMU can send all the SVQ control commands in parallel, which have better performance improvement.