[2/3] doc: fix coremask option for eventdev pipeline

Message ID 20201116100618.2894-2-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series [1/3] test/eal: remove unneeded command |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

David Marchand Nov. 16, 2020, 10:06 a.m. UTC
  -w option in this context is an application option for coremask.
Restore it.

Fixes: db27370b5720 ("eal: replace blacklist/whitelist options")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 doc/guides/sample_app_ug/eventdev_pipeline.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon Nov. 19, 2020, 6:47 p.m. UTC | #1
16/11/2020 11:06, David Marchand:
> -w option in this context is an application option for coremask.
> Restore it.
> 
> Fixes: db27370b5720 ("eal: replace blacklist/whitelist options")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

That's my mistake.

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  

Patch

diff --git a/doc/guides/sample_app_ug/eventdev_pipeline.rst b/doc/guides/sample_app_ug/eventdev_pipeline.rst
index 41ee8b7ee3..4508c3dcc8 100644
--- a/doc/guides/sample_app_ug/eventdev_pipeline.rst
+++ b/doc/guides/sample_app_ug/eventdev_pipeline.rst
@@ -47,7 +47,7 @@  these settings is shown below:
 .. code-block:: console
 
     ./<build_dir>/examples/dpdk-eventdev_pipeline --vdev event_sw0 -- -r1 -t1 \
-    -e4 -a FF00 -s4 -n0 -c32 -W1000 -D
+    -e4 -w FF00 -s4 -n0 -c32 -W1000 -D
 
 The application has some sanity checking built-in, so if there is a function
 (e.g.; the RX core) which doesn't have a cpu core mask assigned, the application