* [PATCH v1] ml/cnxk: fix xstat type names in documentation
@ 2023-04-23 5:01 Srikanth Yalavarthi
2023-06-12 14:59 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Srikanth Yalavarthi @ 2023-04-23 5:01 UTC (permalink / raw)
To: Srikanth Yalavarthi, Prince Takkar; +Cc: dev, sshankarnara, aprabhu
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(-)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v1] ml/cnxk: fix xstat type names in documentation
2023-04-23 5:01 [PATCH v1] ml/cnxk: fix xstat type names in documentation Srikanth Yalavarthi
@ 2023-06-12 14:59 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2023-06-12 14:59 UTC (permalink / raw)
To: Srikanth Yalavarthi; +Cc: Prince Takkar, dev, aprabhu
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-12 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-23 5:01 [PATCH v1] ml/cnxk: fix xstat type names in documentation Srikanth Yalavarthi
2023-06-12 14:59 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).