aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2020-01-20 12:19:29 -0500
committerMichael S. Tsirkin <mst@redhat.com>2020-01-20 12:19:29 -0500
commit1efcda89219390c48d249fac7d72dd2236240bc3 (patch)
tree15674fbbaaba7eabba78bd29e8f88bf7a662bc2f
parent8361dd6eb0f4acd61aaeb0f8c724f828d5bd4925 (diff)
downloadvirtio-spec-1efcda89219390c48d249fac7d72dd2236240bc3.tar.gz
virtio-net: missing "." for feature descriptions
At end of each sentence, for consistency. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--content.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/content.tex b/content.tex
index e9d5148..f5a683d 100644
--- a/content.tex
+++ b/content.tex
@@ -2895,10 +2895,11 @@ features.
value. Device benefits from knowing the exact header length.
\item[VIRTIO_NET_F_RSS(60)] Device supports RSS (receive-side scaling)
- with Toeplitz hash calculation and configurable hash parameters for receive steering
+ with Toeplitz hash calculation and configurable hash
+ parameters for receive steering.
\item[VIRTIO_NET_F_RSC_EXT(61)] Device can process duplicated ACKs
- and report number of coalesced segments and duplicated ACKs
+ and report number of coalesced segments and duplicated ACKs.
\item[VIRTIO_NET_F_STANDBY(62)] Device may act as a standby for a primary
device with the same MAC address.