Re: [PATCH 0/4] Shadow VirtQueue event index support

2022-10-31 Thread Jason Wang
On Fri, Oct 28, 2022 at 2:50 PM Eugenio Perez Martin wrote: > > On Fri, Oct 28, 2022 at 4:44 AM Jason Wang wrote: > > > > > > 在 2022/10/27 04:58, Michael S. Tsirkin 写道: > > > On Thu, Oct 20, 2022 at 05:52:47PM +0200, Eugenio Pérez wrote: > > >> Event idx helps to reduce the number of notification

Re: [PATCH 0/4] Shadow VirtQueue event index support

2022-10-27 Thread Eugenio Perez Martin
On Fri, Oct 28, 2022 at 4:44 AM Jason Wang wrote: > > > 在 2022/10/27 04:58, Michael S. Tsirkin 写道: > > On Thu, Oct 20, 2022 at 05:52:47PM +0200, Eugenio Pérez wrote: > >> Event idx helps to reduce the number of notifications between the device > >> and the driver. It allows them to specify an inde

Re: [PATCH 0/4] Shadow VirtQueue event index support

2022-10-27 Thread Jason Wang
在 2022/10/27 04:58, Michael S. Tsirkin 写道: On Thu, Oct 20, 2022 at 05:52:47PM +0200, Eugenio Pérez wrote: Event idx helps to reduce the number of notifications between the device and the driver. It allows them to specify an index on the circular descriptors rings where to issue the notificatio

Re: [PATCH 0/4] Shadow VirtQueue event index support

2022-10-26 Thread Michael S. Tsirkin
On Thu, Oct 20, 2022 at 05:52:47PM +0200, Eugenio Pérez wrote: > Event idx helps to reduce the number of notifications between the device > and the driver. It allows them to specify an index on the circular > descriptors rings where to issue the notification, instead of a single > binary indicator.

[PATCH 0/4] Shadow VirtQueue event index support

2022-10-20 Thread Eugenio Pérez
Event idx helps to reduce the number of notifications between the device and the driver. It allows them to specify an index on the circular descriptors rings where to issue the notification, instead of a single binary indicator. Adding support for SVQ. These patches are sent on top of [1] series,