diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-29 22:22:05 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-29 22:22:05 +0000 |
commit | 48d04a5749728618da89247a9290b123a318df1d (patch) | |
tree | f0410cbb3af6d7aa6dd90ae2ae5432b3b03b8626 /virtio-v1.0-wd01-part1-specification.txt | |
parent | 66ccc72487e941f6050148653cbd5db605389752 (diff) |
formatting: fix numbering
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@22 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index a887618..e05e2cd 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -1328,7 +1328,7 @@ VIRTIO_NET_F_GUEST_UFO features are used, the Guest will need to accept packets of up to 65550 bytes long (the maximum size of a TCP or UDP packet, plus the 14 byte ethernet header), otherwise 1514. bytes. So unless VIRTIO_NET_F_MRG_RXBUF is negotiated, every -buffer in the receive queue needs to be at least this length [20a] +buffer in the receive queue needs to be at least this length [99] If VIRTIO_NET_F_MRG_RXBUF is negotiated, each buffer must be at least the size of the struct virtio_net_hdr. @@ -1477,7 +1477,7 @@ Processing this notification involves: 2. Sending VIRTIO_NET_CTRL_ANNOUNCE_ACK command through control vq. -2.5.1.5.3.4. Offloads State Configuration +2.5.1.5.3.5. Offloads State Configuration ------------------------------------- If the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature is negotiated, the driver can @@ -2864,7 +2864,7 @@ specifically in the protocol. [20] Note that the header will be two bytes longer for the VIRTIO_NET_F_MRG_RXBUF case. -[20a] Obviously each one can be split across multiple descriptor +[99] Obviously each one can be split across multiple descriptor elements. [21] Since there are no guarentees, it can use a hash filter or |