[v1] ml/cnxk: fix xstat type names in documentation

Message ID 20230423050111.3011-1-syalavarthi@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] ml/cnxk: fix xstat type names in documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/github-robot: build success github build: passed
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/intel-Functional success Functional PASS

Commit Message

Srikanth Yalavarthi April 23, 2023, 5:01 a.m. UTC
  Fix incorrect type names for xstats in ML cnxk driver documentation.

Fixes: 4ff4ab8e1a20 ("ml/cnxk: support extended statistics")

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
---
 doc/guides/mldevs/cnxk.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Thomas Monjalon June 12, 2023, 2:59 p.m. UTC | #1
23/04/2023 07:01, Srikanth Yalavarthi:
> Fix incorrect type names for xstats in ML cnxk driver documentation.
> 
> Fixes: 4ff4ab8e1a20 ("ml/cnxk: support extended statistics")
> 
> Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

Applied, thanks.
  

Patch

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,