From f654bea14b38920bb5162f89bbb40a782dae7289 Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 4 Oct 2013 02:48:28 +0000 Subject: Legacy Interfaces: A Note on Virtqueue Layout: Remove dup paragraph. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@50 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 6 ------ 1 file changed, 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 -------------------------------------- -- cgit v1.2.3