doc: fix testpmd ring size command
Checks
Commit Message
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(-)
Comments
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.
@@ -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.