On Tue, Mar 28 2023, Parav Pandit <[email protected]> wrote: > Currently specification uses virtqueue index and > number interchangeably to refer to the virtqueue. > > Instead refer to it by its number. > > This patch is on top of [1]. > > [1] https://lists.oasis-open.org/archives/virtio-dev/202302/msg00527.html
Please drop this reference, as the patches have been merged in the meanwhile. > > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/163 > Reviewed-by: Max Gurtovoy <[email protected]> > Reviewed-by: Jiri Pirko <[email protected]> > Signed-off-by: Parav Pandit <[email protected]> > --- > changelog: > v8->v9: > - reword the sentence to avoid future tense, like rest of the other > fields description > - reword the sentence to avoid multiple verbs use and put -> uses > - use shorter name 'vq number' instead of 'virtqueue number' > v7->v8: > - remove note about first virtqueue number > - skipped Max's comment to put word 'structure' in same line as its > crosses 65 chars limit per line > - reworded queue_notification data set line, as '=' and vq number > wording was odd > v2->v3: > - addressed comments from Michael > - changed vqn to virtqueue number in the Note > - refer to vqn field instead of virtqueue number > --- > transport-pci.tex | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) Reviewed-by: Cornelia Huck <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
