fix: rename dpdk-ioat to dpdk-dma in example

Message ID 20221012104413.1862287-1-conor.walsh@intel.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series fix: rename dpdk-ioat to dpdk-dma in example |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

Conor Walsh Oct. 12, 2022, 10:44 a.m. UTC
  When the dpdk-ioat app was renamed to dpdk-dma this example command
was missed, this patch corrects that issue.

Fixes: bb4141dbe5da ("examples/dma: rename ioat application example")

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
---
 doc/guides/sample_app_ug/dma.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

David Marchand Oct. 21, 2022, 1:52 p.m. UTC | #1
On Wed, Oct 12, 2022 at 12:44 PM Conor Walsh <conor.walsh@intel.com> wrote:
>
> When the dpdk-ioat app was renamed to dpdk-dma this example command
> was missed, this patch corrects that issue.
>
> Fixes: bb4141dbe5da ("examples/dma: rename ioat application example")
>
> Signed-off-by: Conor Walsh <conor.walsh@intel.com>

Applied, thanks.
  

Patch

diff --git a/doc/guides/sample_app_ug/dma.rst b/doc/guides/sample_app_ug/dma.rst
index 5cd7db650a..2765895564 100644
--- a/doc/guides/sample_app_ug/dma.rst
+++ b/doc/guides/sample_app_ug/dma.rst
@@ -45,7 +45,7 @@  The application requires a number of command line options:
 
 .. code-block:: console
 
-    ./<build_dir>/examples/dpdk-ioat [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c <sw|hw>]
+    ./<build_dir>/examples/dpdk-dma [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c <sw|hw>]
         [--[no-]mac-updating] [-b BS] [-f FS] [-i SI]
 
 where,