From f3bcccffd77ae8b710c34e1ef2cba45a4ec67ae6 Mon Sep 17 00:00:00 2001 From: "cornelia.huck" Date: Wed, 7 May 2014 07:22:46 +0000 Subject: 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 git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@362 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- conformance.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conformance.tex') 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} -- cgit v1.2.3