From: Kirill Rybalchenko Date: Tue, 18 Jul 2017 11:32:25 +0000 (+0100) Subject: doc: extend info on multi-core scheduler X-Git-Tag: spdx-start~2392 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2b28344b4218a1e07e66d415b6ad9f1746fc945b;p=dpdk.git doc: extend info on multi-core scheduler The corelist parameter for the multi-core scheduling mode needed some extra explanation on how to use it. Signed-off-by: Kirill Rybalchenko --- diff --git a/doc/guides/cryptodevs/scheduler.rst b/doc/guides/cryptodevs/scheduler.rst index f3ee88a93c..e7e0247b66 100644 --- a/doc/guides/cryptodevs/scheduler.rst +++ b/doc/guides/cryptodevs/scheduler.rst @@ -191,6 +191,8 @@ operation: * corelist: Semicolon-separated list of logical cores to be used as workers. The number of worker cores should be equal to the number of slave cryptodevs. + These cores should be present in EAL core list parameter and + should not be used by the application or any other process. Example: ... --vdev "crypto_aesni_mb1,name=aesni_mb_1" --vdev "crypto_aesni_mb_pmd2,name=aesni_mb_2" \