[dpdk-dev] [PATCH] crypto/scheduler: update documenation for multicore scheduler

Kirill Rybalchenko kirill.rybalchenko at intel.com
Tue Jul 18 13:32:25 CEST 2017


Done more clear explanation of usage of corelist parameter.

Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko at intel.com>
---
 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 f3ee88a..3ba0188 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.
+     Be sure that all worker cores are present in EAL core list parameter and
+     are not used by application or any other process.
 
    Example:
     ... --vdev "crypto_aesni_mb1,name=aesni_mb_1" --vdev "crypto_aesni_mb_pmd2,name=aesni_mb_2" \
-- 
2.5.5



More information about the dev mailing list