From 1b83b865044afdea1b2f1fba9c9025372994c13b Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 25 Nov 2013 12:21:41 +0000 Subject: minor: fix up cross-references for virtio-net Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@97 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'virtio-v1.0-wd01-part1-specification.txt') diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index f711ece..81875cf 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -2427,8 +2427,8 @@ native endian of the guest rather than (necessarily) little-endian. checksummed packets can be received, and if it can do that then the VIRTIO_NET_F_GUEST_TSO4, VIRTIO_NET_F_GUEST_TSO6, VIRTIO_NET_F_GUEST_UFO and VIRTIO_NET_F_GUEST_ECN are the input - equivalents of the features described above. See “Receiving - Packets” below. + equivalents of the features described above. + See "2.4.1.5.2. Setting Up Receive Buffers" and "2.4.1.5.2.1. Packet Receive Interrupt" below. 2.4.1.5. Device Operation ------------------------ @@ -2522,6 +2522,7 @@ new descriptors from the used ring and free the corresponding headers and packets. 2.4.1.5.2. Setting Up Receive Buffers +----------------------------------------- It is generally a good idea to keep the receive virtqueue as fully populated as possible: if it runs out, network performance -- cgit v1.2.3