patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: fix testpmd ring size command
@ 2024-05-03  8:51 Kevin Traynor
  2024-05-03 11:17 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Traynor @ 2024-05-03  8:51 UTC (permalink / raw)
  To: dev
  Cc: Kevin Traynor, stable, Aman Singh, Yuying Zhang, Ferruh Yigit, Qi Zhang

The documentation is missing the 'config' word.

In app, 'help ports' shows the correct syntax:

port config (port_id) (rxq|txq) (queue_id) ring_size (value)

Fixes: 1a77cffa8143 ("app/testpmd: enable queue ring size configure")
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 2fbf9220d8..ecd040504e 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2033,5 +2033,5 @@ port config - queue ring size
 Configure a rx/tx queue ring size::
 
-   testpmd> port (port_id) (rxq|txq) (queue_id) ring_size (value)
+   testpmd> port config (port_id) (rxq|txq) (queue_id) ring_size (value)
 
 Only take effect after command that (re-)start the port or command that setup specific queue.
-- 
2.44.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: fix testpmd ring size command
  2024-05-03  8:51 [PATCH] doc: fix testpmd ring size command Kevin Traynor
@ 2024-05-03 11:17 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2024-05-03 11:17 UTC (permalink / raw)
  To: Kevin Traynor, dev
  Cc: stable, Aman Singh, Yuying Zhang, Ferruh Yigit, Qi Zhang

On 5/3/2024 9:51 AM, Kevin Traynor wrote:
> The documentation is missing the 'config' word.
> 
> In app, 'help ports' shows the correct syntax:
> 
> port config (port_id) (rxq|txq) (queue_id) ring_size (value)
> 
> Fixes: 1a77cffa8143 ("app/testpmd: enable queue ring size configure")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>

Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>

Applied to dpdk-next-net/main, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-03 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03  8:51 [PATCH] doc: fix testpmd ring size command Kevin Traynor
2024-05-03 11:17 ` Ferruh Yigit

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).