diff options
author | cornelia.huck <cornelia.huck@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-05-07 07:22:46 +0000 |
---|---|---|
committer | cornelia.huck <cornelia.huck@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-05-07 07:22:46 +0000 |
commit | f3bcccffd77ae8b710c34e1ef2cba45a4ec67ae6 (patch) | |
tree | 3ca1120bbe1efe262dffb6cb2f2e32e3d019edd9 /conformance.tex | |
parent | dc868bb967f936a872ad7435c5f8b279581cbce8 (diff) |
net: fix device conformance sections
For the network device, we had two device normative sections both called
"setting up receive buffers", neither of which was referenced in the
conformance section.
Let's rename the second one to "processing of packets" which seems to
better match the actual contents and reference both of them from the
conformance statement for network devices.
Resolves VIRTIO-97.
Agreed on the 2014/05/06 TC meeting.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@362 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conformance.tex b/conformance.tex index dcfb208..7f6315a 100644 --- a/conformance.tex +++ b/conformance.tex @@ -193,6 +193,8 @@ A network device MUST conform to the following normative statements: \begin{itemize} \item \ref{devicenormative:Device Types / Network Device / Device configuration layout} +\item \ref{devicenormative:Device Types / Network Device / Device Operation / Setting Up Receive Buffers} +\item \ref{devicenormative:Device Types / Network Device / Device Operation / Processing of Packets} \item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Gratuitous Packet Sending} \item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Automatic receive steering in multiqueue mode} \end{itemize} |