From: Pablo de Lara Date: Mon, 21 May 2018 13:08:40 +0000 (+0100) Subject: doc: announce deprecation in crypto feature flags X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d39c4615357d89b0e77a075f2500ccd62644ede6;p=dpdk.git doc: announce deprecation in crypto feature flags Some feature flags, such as RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER are ambiguous. In this case, it is not clear if Scatter Gather lists are supported in the input buffer and/or output buffer. Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe 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 66168812c4..2819b48644 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -88,3 +88,5 @@ Deprecation Notices ``rte_cryptodev_queue_pair_stop()`` will be deprecated from 18.05 and removed in 18.08, as there are no drivers doing anything useful with them. + - Some feature flags such as ``RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER`` are ambiguous, + so some will be replaced by more explicit flags.