diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2017-03-28 02:09:08 +0300 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-09-11 13:54:48 +0200 |
commit | 2faf9b0666886abc0ca99f6813446a4e2a04f3ca (patch) | |
tree | b1f19b61b81dc95af0aa21b7b681f7889652499d | |
parent | 4efd3039157024ea53c927cf5c764f1fa9c5266b (diff) |
net: relax buf size requirements for mrg buffers
VIRTIO-84 added a requirement that each buffer is > header size but
there's no reason to require that for merge-able buffers since data can
be placed in follow-up buffers.
The current wording seems confusing enough that it seems likely
no one relies on this.
VIRTIO-159
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <1490654778-11857-1-git-send-email-mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index ef28bdb..c840588 100644 --- a/content.tex +++ b/content.tex @@ -3524,7 +3524,7 @@ making for 65562 or 1526 bytes. with buffers of at least 1526 bytes. \end{itemize} \item If VIRTIO_NET_F_MRG_RXBUF is negotiated, each buffer MUST be at - greater than the size of the struct virtio_net_hdr. +least the size of the struct virtio_net_hdr. \end{itemize} \begin{note} |