[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] 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>
---
Going to apply this under the minor cleanups rule.
content.tex | 4 ++--
1 file 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 @@ \subsection{Device configuration layout}\label{sec:Device Types / Network Device
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.
--
MST
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]