]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix command line in l2fwd-event guide
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Thu, 21 Nov 2019 18:27:16 +0000 (23:57 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 26 Nov 2019 06:49:30 +0000 (07:49 +0100)
Fix incorrect command line argument documented for l2fwd-event.

Bugzilla ID: 367
Bugzilla ID: 368
Fixes: 14d7ea259aeb ("doc: add application usage guide for l2fwd-event")
Reported-by: Vipin Varghese <vipin.varghese@intel.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
doc/guides/sample_app_ug/l2_forward_event.rst

index 52a570b97e44bbf7c3f7fdd30a5dd21dd321fc13..8c519c30467f78b260d187e0b63a95aa53eed4e7 100644 (file)
@@ -103,7 +103,7 @@ scheduler. Following is the sample command:
 
 .. code-block:: console
 
-    ./build/l2fwd-event -l 0-7 -s 0-3 -n 4 ---vdev event_sw0 --q 8 -p ffff --mode=eventdev --eventq-sched=ordered
+    ./build/l2fwd-event -l 0-7 -s 0-3 -n 4 --vdev event_sw0 -- -q 8 -p ffff --mode=eventdev --eventq-sched=ordered
 
 Explanation
 -----------