From 460cb707911e8209efecd52bd7748648f6754c4c Mon Sep 17 00:00:00 2001 From: Adam Dybkowski Date: Mon, 27 Jul 2020 11:41:13 +0200 Subject: [PATCH] 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 --- doc/guides/rel_notes/deprecation.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.20.1