On Fri, May 05 2023, Parav Pandit <pa...@nvidia.com> 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) --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: virtio-dev-h...@lists.oasis-open.org