Fixing typo in command line arguments for dma perf application. Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test") Cc: sta...@dpdk.org
Signed-off-by: Amit Prakash Shukla <amitpraka...@marvell.com> --- doc/guides/tools/dmaperf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/tools/dmaperf.rst b/doc/guides/tools/dmaperf.rst index 6f85fceb8a..f68353b920 100644 --- a/doc/guides/tools/dmaperf.rst +++ b/doc/guides/tools/dmaperf.rst @@ -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. -- 2.34.1