aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2020-03-01 03:52:57 -0500
committerMichael S. Tsirkin <mst@redhat.com>2020-03-01 03:54:21 -0500
commitf42cc75d07257917f9b9ffad8b20b528be96a31a (patch)
tree75b60860379cb390b676e6e8c61dce2f91400786
parent0c0dd715152cbbdc1d87e8d193d4c56d2b0bb5fe (diff)
downloadvirtio-text-f42cc75d07257917f9b9ffad8b20b528be96a31a.tar.gz
virtio-net/rss: maximal -> maximum
Maximal can mean "local as opposed to a global maximum". Rest of the spec says maximum everywhere. Let's be consistent. Cc: Yuri Benditovich <yuri.benditovich@daynix.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--content.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/content.tex b/content.tex
index b91a132..91735e3 100644
--- a/content.tex
+++ b/content.tex
@@ -2999,9 +2999,9 @@ struct virtio_net_config {
Three following fields, \field{rss_max_key_size}, \field{rss_max_indirection_table_length}
and \field{supported_hash_types} only exist if VIRTIO_NET_F_RSS is set.
-Field \field{rss_max_key_size} specifies the maximal supported length of RSS key in bytes.
+Field \field{rss_max_key_size} specifies the maximum supported length of RSS key in bytes.
-Field \field{rss_max_indirection_table_length} specifies the maximal number of 16-bit entries in RSS indirection table.
+Field \field{rss_max_indirection_table_length} specifies the maximum number of 16-bit entries in RSS indirection table.
Field \field{supported_hash_types} contains the bitmask of supported RSS hash types.