All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoffer Dall <christoffer.dall@arm.com>
To: virtio-dev@lists.oasis-open.org
Cc: felipe@nutanix.com, stefanha@redhat.com, pbonzini@redhat.com,
	mst@redhat.com, lersek@redhat.com,
	Christoffer Dall <christoffer.dall@arm.com>
Subject: [virtio-dev] [PATCH] split-ring: Fix typo in used ring description
Date: Tue, 22 May 2018 21:11:05 +0200	[thread overview]
Message-ID: <20180522191105.14400-1-christoffer.dall@arm.com> (raw)

Only the device updates the used ring.

This looks like a typo as a result of copy-paste from the description of
the Available Ring.

Fixes: https://github.com/oasis-tcs/virtio-spec/issues/12
Signed-off-by: Christoffer Dall <christoffer.dall@arm.com>
---
 split-ring.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/split-ring.tex b/split-ring.tex
index df278fe..2267863 100644
--- a/split-ring.tex
+++ b/split-ring.tex
@@ -417,7 +417,7 @@ overwritten the bytes which were in that buffer, this could leak the
 contents of freed memory from other processes to the application.
 \end{note}
 
-\field{idx} field indicates where the driver would put the next descriptor
+\field{idx} field indicates where the device would put the next descriptor
 entry in the ring (modulo the queue size). This starts at 0, and increases.
 
 \begin{note}
-- 
2.15.1 (Apple Git-101)


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


             reply	other threads:[~2018-05-22 19:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-22 19:11 Christoffer Dall [this message]
2018-05-22 20:09 ` [virtio-dev] Re: [PATCH] split-ring: Fix typo in used ring description Laszlo Ersek
2018-05-23 10:03 ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180522191105.14400-1-christoffer.dall@arm.com \
    --to=christoffer.dall@arm.com \
    --cc=felipe@nutanix.com \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=virtio-dev@lists.oasis-open.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.