From 1efcda89219390c48d249fac7d72dd2236240bc3 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 20 Jan 2020 12:19:29 -0500 Subject: virtio-net: missing "." for feature descriptions At end of each sentence, for consistency. Signed-off-by: Michael S. Tsirkin --- content.tex | 5 +++-- 1 file 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. -- cgit