From 2b28344b4218a1e07e66d415b6ad9f1746fc945b Mon Sep 17 00:00:00 2001 From: Kirill Rybalchenko Date: Tue, 18 Jul 2017 12:32:25 +0100 Subject: [PATCH] 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 --- doc/guides/cryptodevs/scheduler.rst | 2 ++ 1 file changed, 2 insertions(+) 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" \ -- 2.20.1