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
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
在 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
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.
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,