[PATCH v1] ml/cnxk: fix xstat type names in documentation
Srikanth Yalavarthi
syalavarthi at marvell.com
Sun Apr 23 07:01:11 CEST 2023
Fix incorrect type names for xstats in ML cnxk driver documentation.
Fixes: 4ff4ab8e1a20 ("ml/cnxk: support extended statistics")
Signed-off-by: Srikanth Yalavarthi <syalavarthi at marvell.com>
---
doc/guides/mldevs/cnxk.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/mldevs/cnxk.rst b/doc/guides/mldevs/cnxk.rst
index 91e5df095a..1aa9225765 100644
--- a/doc/guides/mldevs/cnxk.rst
+++ b/doc/guides/mldevs/cnxk.rst
@@ -231,11 +231,11 @@ Total number of extended stats would be equal to 6 x number of models loaded.
+---+---------------------+----------------------------------------------+
| 3 | Max-HW-Latency | Maximum hardware latency |
+---+---------------------+----------------------------------------------+
- | 4 | Avg-HW-Latency | Average firmware latency |
+ | 4 | Avg-FW-Latency | Average firmware latency |
+---+---------------------+----------------------------------------------+
- | 5 | Avg-HW-Latency | Minimum firmware latency |
+ | 5 | Min-FW-Latency | Minimum firmware latency |
+---+---------------------+----------------------------------------------+
- | 6 | Avg-HW-Latency | Maximum firmware latency |
+ | 6 | Max-FW-Latency | Maximum firmware latency |
+---+---------------------+----------------------------------------------+
Latency values reported by the PMD through xstats can have units,
--
2.17.1
More information about the dev
mailing list