From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v4 5/6] doc: announce deprecation in crypto feature flags Date: Mon, 21 May 2018 12:06:55 +0100 Message-ID: <20180521110656.42437-6-pablo.de.lara.guarch@intel.com> References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180521110656.42437-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: declan.doherty@intel.com, akhil.goyal@nxp.com, shally.verma@cavium.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 498883237 for ; Mon, 21 May 2018 13:06:53 +0200 (CEST) In-Reply-To: <20180521110656.42437-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- doc/guides/rel_notes/deprecation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 66168812c..2819b4864 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. -- 2.17.0