On 2023/8/18 23:08, Eugenio Perez Martin wrote:
> On Wed, Jul 19, 2023 at 9:54 AM Hawkins Jiawei wrote:
>>
>
> The subject could be more explicit. What about "add count argument to
> vhost_svq_poll"?
Hi Eugenio,
Thanks for reviewing.
You are right, I will use this new subject in the v4 patch.
T
On Wed, Jul 19, 2023 at 9:54 AM Hawkins Jiawei wrote:
>
The subject could be more explicit. What about "add count argument to
vhost_svq_poll"?
Apart from that:
Acked-by: Eugenio Pérez
> Next patches in this series will no longer perform an
> immediate poll and check of the device's used buffer
Next patches in this series will no longer perform an
immediate poll and check of the device's used buffers
for each CVQ state load command. Instead, they will
send CVQ state load commands in parallel by polling
multiple pending buffers at once.
To achieve this, this patch refactoring vhost_svq_po