From d82094b7eac559f4014b5faec9d7a22227c3449c Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Fri, 28 Apr 2017 19:06:44 +0100 Subject: [PATCH] doc: announce crypto structures rework The current crypto operation and symmetric crypto operation structures will be reworked for correctness and improvement, reducing also their sizes, to fit into less cache lines, as stated in the following RFC: http://dpdk.org/dev/patchwork/patch/24011/ Signed-off-by: Pablo de Lara Acked-by: John McNamara Acked-by: Declan Doherty Acked-by: Fiona Trahe Acked-by: Hemant Agrawal Acked-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 2ad6f13829..79dac187f6 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -113,6 +113,10 @@ Deprecation Notices - ``rte_cryptodev_queue_pair_attach_sym_session`` - ``rte_cryptodev_queue_pair_detach_sym_session`` +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` + and ``rte_crypto_sym_xform`` will be restructured in 17.08, + for correctness and improvement. + * crypto/scheduler: the following two functions are deprecated starting from 17.05 and will be removed in 17.08: -- 2.20.1