From: Adam Dybkowski Date: Mon, 27 Jul 2020 09:41:13 +0000 (+0200) Subject: doc: announce renaming in crypto scheduler API X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=460cb707911e8209efecd52bd7748648f6754c4c;p=dpdk.git doc: announce renaming in crypto scheduler API This patch adds a deprecation notice about upcoming changes in public API of the Scheduler PMD. Signed-off-by: Adam Dybkowski Acked-by: Fan Zhang Acked-by: Thomas Monjalon Acked-by: Akhil Goyal --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index c2770feeae..345c38d5b6 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -281,6 +281,13 @@ Deprecation Notices to one it means it represents IV, when is set to zero it means J0 is used directly, in this case 16 bytes of J0 need to be passed. +* scheduler: The functions ``rte_cryptodev_scheduler_slave_attach``, + ``rte_cryptodev_scheduler_slave_detach`` and + ``rte_cryptodev_scheduler_slaves_get`` will be replaced in 20.11 by + ``rte_cryptodev_scheduler_worker_attach``, + ``rte_cryptodev_scheduler_worker_detach`` and + ``rte_cryptodev_scheduler_workers_get`` accordingly. + * eventdev: Following structures will be modified to support DLB PMD and future extensions: