From afffc35b31a0af02ffa5f73f9f872a3f7b5d4f90 Mon Sep 17 00:00:00 2001 From: Slawomir Mrozowicz Date: Thu, 4 May 2017 11:39:19 +0200 Subject: [PATCH] doc: announce public crypto PMD names removal The following PMD names definitions will be moved to the individual PMDs to remove the coupling between crypto PMDs and the librte_cryptodev: CRYPTODEV_NAME_NULL_PMD CRYPTODEV_NAME_AESNI_MB_PMD CRYPTODEV_NAME_AESNI_GCM_PMD CRYPTODEV_NAME_OPENSSL_PMD CRYPTODEV_NAME_QAT_SYM_PMD CRYPTODEV_NAME_SNOW3G_PMD CRYPTODEV_NAME_KASUMI_PMD CRYPTODEV_NAME_ZUC_PMD CRYPTODEV_NAME_ARMV8_PMD CRYPTODEV_NAME_SCHEDULER_PMD CRYPTODEV_NAME_DPAA2_SEC_PMD Signed-off-by: Slawomir Mrozowicz Acked-by: Pablo de Lara Acked-by: Jerin Jacob Acked-by: Fiona Trahe Acked-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index aa9cc57d88..ce4e0bba14 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -81,6 +81,9 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. +* cryptodev: All PMD names definitions will be moved to the individual PMDs + in 17.08. + * crypto/scheduler: the following two functions are deprecated starting from 17.05 and will be removed in 17.08: -- 2.20.1