Version Control Commit by mstsirkin

From
<>
Date
2015-05-18T20:48:50+00:00
ID
Thread
Version Control Commit by mstsirkin
Author: mstsirkin
Date: 2015-05-18 20:49:51 +0000 (Mon, 18 May 2015)
New Revision: 528
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=528&sc=1

Modified:
   branches/v1.0/conformance.tex
   branches/v1.0/content.tex
Log:
network device: xmit/receive cleanup

Fix up multiple issues in xmit/receive sections:
- drop MAY/MUST/SHOULD outside normative statements
- spell out conformance requirements for both drivers and
  devices, for xmit and receive paths
- document the missing VIRTIO_NET_HDR_F_DATA_VALID
- document handling of unrecognized flag bits so we can extend
  flags in the future, similar to VIRTIO_NET_HDR_F_DATA_VALID

VIRTIO-123

Signed-off-by: Michael S. Tsirkin <>