Checks
Commit Message
Fixing typo in command line arguments for dma perf application.
Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test")
Cc: stable@dpdk.org
Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com>
---
doc/guides/tools/dmaperf.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
25/07/2024 19:47, Amit Prakash Shukla:
> Fixing typo in command line arguments for dma perf application.
>
> Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test")
> Cc: stable@dpdk.org
>
> Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com>
Applied, thanks.
@@ -119,7 +119,7 @@ Typical command-line invocation to execute the application:
.. code-block:: console
- dpdk-test-dma-perf --config=./config_dma.ini --result=./res_dma.csv
+ dpdk-test-dma-perf --config ./config_dma.ini --result ./res_dma.csv
Where ``config_dma.ini`` is the configuration file,
and ``res_dma.csv`` will be the generated result file.