From: Pavan Nikhilesh <[email protected]>
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 <[email protected]>
Signed-off-by: Pavan Nikhilesh <[email protected]>
---
doc/guides/sample_app_ug/l2_forward_event.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/sample_app_ug/l2_forward_event.rst
b/doc/guides/sample_app_ug/l2_forward_event.rst
index 52a570b97..8c519c304 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
-----------
--
2.17.1