DPDK patches and discussions
 help / color / mirror / Atom feed
From: Srikanth Yalavarthi <syalavarthi@marvell.com>
To: Srikanth Yalavarthi <syalavarthi@marvell.com>,
	Prince Takkar <ptakkar@marvell.com>
Cc: <dev@dpdk.org>, <sshankarnara@marvell.com>, <aprabhu@marvell.com>
Subject: [PATCH v1] ml/cnxk: fix xstat type names in documentation
Date: Sat, 22 Apr 2023 22:01:11 -0700	[thread overview]
Message-ID: <20230423050111.3011-1-syalavarthi@marvell.com> (raw)

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


             reply	other threads:[~2023-04-23  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23  5:01 Srikanth Yalavarthi [this message]
2023-06-12 14:59 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230423050111.3011-1-syalavarthi@marvell.com \
    --to=syalavarthi@marvell.com \
    --cc=aprabhu@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ptakkar@marvell.com \
    --cc=sshankarnara@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).