summaryrefslogtreecommitdiff
path: root/virtio-v1.0-wd01-part1-specification.txt
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-10-04 02:48:28 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-10-04 02:48:28 +0000
commitf654bea14b38920bb5162f89bbb40a782dae7289 (patch)
tree16976c487596156e355cc00bf99293735a8f69dd /virtio-v1.0-wd01-part1-specification.txt
parent1a0b2c653aed105f8cf9af9b6598f887bff22023 (diff)
Legacy Interfaces: A Note on Virtqueue Layout: Remove dup paragraph.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@50 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index b2d3cd9..30d442d 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -300,12 +300,6 @@ The legacy virtqueue layout structure therefore looks like this:
struct vring_used used;
};
-When the driver wants to send a buffer to the device, it fills in
-a slot in the descriptor table (or chains several together), and
-writes the descriptor index into the available ring. It then
-notifies the device. When the device has finished a buffer, it
-writes the descriptor into the used ring, and sends an interrupt.
-
2.1.4.1. A Note on Virtqueue Endianness
--------------------------------------