X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcryptodevs%2Fscheduler.rst;h=835d999cfa6dc23f7662f5feebb4673562988512;hb=5a3cca342417f7d4be4ac4b6225ca509617777c4;hp=0b731fe8adf833d95ccaf5e7008a8a81aa4ab92c;hpb=fd5f9fb95ff5fb2543ad1cd8b4206f531d443347;p=dpdk.git diff --git a/doc/guides/cryptodevs/scheduler.rst b/doc/guides/cryptodevs/scheduler.rst index 0b731fe8ad..835d999cfa 100644 --- a/doc/guides/cryptodevs/scheduler.rst +++ b/doc/guides/cryptodevs/scheduler.rst @@ -13,14 +13,14 @@ crypto ops among them in a certain manner. Cryptodev Scheduler Overview -The Cryptodev Scheduler PMD library (**librte_pmd_crypto_scheduler**) acts as +The Cryptodev Scheduler PMD library (**librte_crypto_scheduler**) acts as a software crypto PMD and shares the same API provided by librte_cryptodev. The PMD supports attaching multiple crypto PMDs, software or hardware, as workers, and distributes the crypto workload to them with certain behavior. The behaviors are categorizes as different "modes". Basically, a scheduling mode defines certain actions for scheduling crypto ops to its workers. -The librte_pmd_crypto_scheduler library exports a C API which provides an API +The librte_crypto_scheduler library exports a C API which provides an API for attaching/detaching workers, set/get scheduling modes, and enable/disable crypto ops reordering.