Skip to content

Commit 269f027

Browse files
conorwalsh-inteldavid-marchand
authored andcommitted
doc: fix reference to dma application example
When the dpdk-ioat app was renamed to dpdk-dma this example command was missed, this patch corrects that issue. Fixes: bb4141d ("examples/dma: rename ioat application example") Signed-off-by: Conor Walsh <conor.walsh@intel.com>
1 parent eeb6cad commit 269f027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/sample_app_ug/dma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The application requires a number of command line options:
4545

4646
.. code-block:: console
4747
48-
./<build_dir>/examples/dpdk-ioat [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c <sw|hw>]
48+
./<build_dir>/examples/dpdk-dma [EAL options] -- [-p MASK] [-q NQ] [-s RS] [-c <sw|hw>]
4949
[--[no-]mac-updating] [-b BS] [-f FS] [-i SI]
5050
5151
where,

0 commit comments

Comments
 (0)