summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-12 03:14:23 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-12 03:14:23 +0000
commite3b04128ea5b9bcbedc2b1cc6f16615a8afe645a (patch)
treeb33af414701905fae329652b9f9d01e4a8a9c2e3 /content.tex
parentbd9d0bbba09daa35add17b1c58032104d8d44076 (diff)
PCI: rearrange it all
This is the re-arrangement originally suggested by Rusty, except I made some fixes and also tweaked a couple of places where behaviour changes where suggested - if we want these, they should go in separately. Rearrange discovery section to make it clearer what goes on. Wording changes MUST/MAY/etc. Clarify cfg gateway use. No behavioural changes. [ Merged "fixup! PCI: rearrange it all" --RR ] As per minutes: https://lists.oasis-open.org/archives/virtio/201402/msg00121.html Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@233 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/content.tex b/content.tex
index abab16c..9c5b38f 100644
--- a/content.tex
+++ b/content.tex
@@ -1090,8 +1090,7 @@ the same Queue Notify address for all queues.
The value cap.length presented by the device MUST be at least 2
and MUST be large enough to support queue notification offsets
for all supported queues in all possible configurations.
-For all queues, the value cap.length presented by the device MUST satisty:
-
+For all queues, the value cap.length presented by the device MUST satisfy:
\begin{lstlisting}
cap.length >= queue_notify_off * notify_off_multiplier + 2
\end{lstlisting}