From a8b784139e10a9e2ed71243864f9b497a883de94 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 12 Dec 2018 18:22:24 -0500 Subject: packed-ring: put normative on one line Signed-off-by: Michael S. Tsirkin --- packed-ring.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packed-ring.tex') diff --git a/packed-ring.tex b/packed-ring.tex index 2a6c685..4395b5a 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -652,9 +652,7 @@ if (vq->device_event.flags != RING_EVENT_FLAGS_DISABLE) { \end{lstlisting} -\drivernormative{\paragraph}{Sending Available Buffer Notifications} -{Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying -Buffers to The Device / Sending Available Buffer Notifications} +\drivernormative{\paragraph}{Sending Available Buffer Notifications} {Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying Buffers to The Device / Sending Available Buffer Notifications} The driver MUST perform a suitable memory barrier before reading the Event Suppression structure occupying the Device Area. Failing to do so could result in mandatory available buffer notifications -- cgit