From: Pavan Nikhilesh Date: Fri, 7 Feb 2020 05:33:55 +0000 (+0530) Subject: doc: fix service core mask in l3fwd guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=c1ca0e95c0ad53a830cda689e4bc99a6113c0220;p=dpdk.git doc: fix service core mask in l3fwd guide Service core mask should be a hexadecimal value rather than a range of lcores. Bugzilla ID: 392 Fixes: 55499896d91a ("doc: add event mode to l3fwd guide") Signed-off-by: Pavan Nikhilesh --- diff --git a/doc/guides/sample_app_ug/l3_forward.rst b/doc/guides/sample_app_ug/l3_forward.rst index 153e46893a..07c8d44936 100644 --- a/doc/guides/sample_app_ug/l3_forward.rst +++ b/doc/guides/sample_app_ug/l3_forward.rst @@ -166,7 +166,7 @@ scheduler. Following is the sample command: .. code-block:: console - ./build/l3fwd -l 0-7 -s 0-3 -n 4 --vdev event_sw0 -- -p 0x3 --mode=eventdev --eventq-sched=ordered + ./build/l3fwd -l 0-7 -s 0xf0000 -n 4 --vdev event_sw0 -- -p 0x3 --mode=eventdev --eventq-sched=ordered In case of eventdev mode, *--config* option is not used for ethernet port configuration. Instead each ethernet port will be configured with mentioned