From: Fan Zhang Date: Tue, 14 Feb 2017 10:41:06 +0000 (+0000) Subject: doc: announce ABI change for cryptodev configuration X-Git-Tag: spdx-start~4474 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=82862986ad825f81c7a90c7688cae2bc4c7ee98a;p=dpdk.git doc: announce ABI change for cryptodev configuration Signed-off-by: Fan Zhang Acked-by: Hemant Agrawal Acked-by: Declan Doherty Acked-by: Pablo de Lara --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 813d23a246..8b3d9bf29c 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -119,6 +119,10 @@ Deprecation Notices or VHOST feature, but KNI_VHOST which is a KNI feature enabled via a compile time option, and disabled by default. +* ABI changes are planned for 17.05 in the ``rte_cryptodev_ops`` structure. + A pointer to a rte_cryptodev_config structure will be added to the + function prototype ``cryptodev_configure_t``, as a new parameter. + * distributor: library API will be changed to incorporate a burst-oriented API. This will include a change to ``rte_distributor_create`` to specify which type of instance to create (single or burst), and