OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Version Control Commit by mstsirkin


Author: mstsirkin
Date: 2016-02-16 17:09:07 +0000 (Tue, 16 Feb 2016)
New Revision: 554
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=554&sc=1

Modified:
   branches/v1.0/content.tex
Log:
virtio-net: fix inconsistent legacy header size

Current text says:
	The legacy driver only presented num_buffers in the struct
	virtio_net_hdr when VIRTIO_NET_F_MRG_RXBUF was not negotiated;

Should be:
	"... was negotiated ..." instead of "... was not negotiated ..."

To be consistent with the following:
	without that feature the structure was 2 bytes shorter.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]