Re: [PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()

2023-08-19 Thread Hawkins Jiawei
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

Re: [PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()

2023-08-18 Thread Eugenio Perez Martin
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

[PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()

2023-07-19 Thread Hawkins Jiawei
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