patch 'doc: fix DMA performance test invocation' has been queued to stable release 23.11.2
Xueming Li
xuemingl at nvidia.com
Mon Aug 12 14:50:32 CEST 2024
Hi,
FYI, your patch has been queued to stable release 23.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/14/24. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=8437250f9f1834b9f5989f10523b582777dff5c9
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 8437250f9f1834b9f5989f10523b582777dff5c9 Mon Sep 17 00:00:00 2001
From: Amit Prakash Shukla <amitprakashs at marvell.com>
Date: Thu, 25 Jul 2024 23:17:56 +0530
Subject: [PATCH] doc: fix DMA performance test invocation
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 1dc27d1805777bf69b34fc6c49debef44125f51d ]
Fixing typo in command line arguments for DMA perf application.
Fixes: 623dc9364dc6 ("app/dma-perf: introduce DMA performance test")
Signed-off-by: Amit Prakash Shukla <amitprakashs at 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 9e3e78a6b7..9fc77ca943 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
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-08-12 20:44:07.366373013 +0800
+++ 0155-doc-fix-DMA-performance-test-invocation.patch 2024-08-12 20:44:02.595069393 +0800
@@ -1 +1 @@
-From 1dc27d1805777bf69b34fc6c49debef44125f51d Mon Sep 17 00:00:00 2001
+From 8437250f9f1834b9f5989f10523b582777dff5c9 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 1dc27d1805777bf69b34fc6c49debef44125f51d ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -17 +19 @@
-index 6f85fceb8a..f68353b920 100644
+index 9e3e78a6b7..9fc77ca943 100644
More information about the stable
mailing list