From: Pavan Nikhilesh Date: Thu, 21 Nov 2019 18:27:16 +0000 (+0530) Subject: doc: fix command line in l2fwd-event guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=997d5d0d0eaf0df884ffe86b4a5b9aad8cce790b;p=dpdk.git doc: fix command line in l2fwd-event guide 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 Signed-off-by: Pavan Nikhilesh --- diff --git a/doc/guides/sample_app_ug/l2_forward_event.rst b/doc/guides/sample_app_ug/l2_forward_event.rst index 52a570b97e..8c519c3046 100644 --- a/doc/guides/sample_app_ug/l2_forward_event.rst +++ b/doc/guides/sample_app_ug/l2_forward_event.rst @@ -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 -----------