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 <adamx.dybkowski@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
Adam Dybkowski 2020-07-27 11:41:13 +02:00 committed by Thomas Monjalon
parent a6fc38f34b
commit 460cb70791

View File

@ -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: