> From: Cornelia Huck <[email protected]> > Sent: Monday, May 15, 2023 5:43 AM > > On Fri, May 05 2023, Parav Pandit <[email protected]> wrote: > > > diff --git a/content.tex b/content.tex index 9cf938c..327926f 100644 > > --- a/content.tex > > +++ b/content.tex > > @@ -405,8 +405,12 @@ \section{Driver Notifications} \label{sec:Basic > > Facilities of a Virtio Device / notification to the device. > > > > When VIRTIO_F_NOTIFICATION_DATA has not been negotiated, -this > > notification involves sending the -virtqueue index to the device > > (method depending on the transport). > > +this notification contains either a virtqueue index if > > +VIRTIO_F_NOTIF_CONFIG_DATA is not negotiated or device supplied > > +virtqueue notification config data if VIRTIO_F_NOTIF_CONFIG_DATA is > negotiated. > > + > > +The notification method and suppling any such virtqueue notification > > +config data is transport specific. > > Typo: s/suppling/supplying/ (trivial to fix on top)
Fixed at [1]. [1] https://lists.oasis-open.org/archives/virtio-comment/202305/msg00208.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
