From: David Marchand Date: Mon, 16 Nov 2020 10:06:17 +0000 (+0100) Subject: doc: fix coremask option for eventdev pipeline X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=64ce42fa273e8ae6883bc99f327b4ee91d1a24d3;p=dpdk.git doc: fix coremask option for eventdev pipeline -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 Acked-by: Thomas Monjalon --- 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 .//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