From: Pablo de Lara Date: Thu, 3 Aug 2017 02:12:21 +0000 (+0100) Subject: doc: announce crypto vdev init removal X-Git-Tag: spdx-start~2189 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1983b990def13ed4bdefe088c31664463010a275;p=dpdk.git doc: announce crypto vdev init removal In order to remove all dependencies on vdev for cryptodev, the implementation of rte_cryptodev_vdev_pmd_init() function needs to be moved to rte_cryptodev_vdev.h, and all crypto vdevs will include it, and therefore, this function will be removed as a public API. Signed-off-by: Pablo de Lara Acked-by: John McNamara Acked-by: Akhil Goyal Acked-by: Deepak Kumar Jain --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 5ab45725e3..2f2f0d2381 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -96,13 +96,18 @@ Deprecation Notices ``rte_cryptodev`` respectively to support security protocol offloaded operations. +* cryptodev: the following function is deprecated starting from 17.08 and will + be removed in 17.11: + + - ``rte_cryptodev_create_vdev`` + +* cryptodev: the following function will be static in 17.11 and included + by all crypto drivers, therefore, will not be public: + + - ``rte_cryptodev_vdev_pmd_init`` + * librte_table: The ``key_mask`` parameter will be added to all the hash tables that currently do not have it, as well as to the hash compute function prototype. The non-"do-sig" versions of the hash tables will be removed (including the ``signature_offset`` parameter) and the "do-sig" versions renamed accordingly. - -* cryptodev: the following function is deprecated starting from 17.08 and will - be removed in 17.11: - - - ``rte_cryptodev_create_vdev``