From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] doc: announce API deprecation in cryptodev Date: Mon, 29 Jan 2018 14:45:39 +0530 Message-ID: <1de9afe2-7504-846c-ad47-a206a89df211@nxp.com> References: <20180126112732.28967-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , hemant.agrawal@nxp.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com, jck@semihalf.com, tdu@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50050.outbound.protection.outlook.com [40.107.5.50]) by dpdk.org (Postfix) with ESMTP id 769EE1B3C0 for ; Mon, 29 Jan 2018 10:16:00 +0100 (CET) In-Reply-To: <20180126112732.28967-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/26/2018 4:57 PM, Pablo de Lara wrote: > Functions rte_cryptodev_queue_pair_start/stop > are not really used in any of the crypto drivers > (they all just return 0 or -ENOTSUP). > Therefore, this API can be deprecated from 18.02 > and removed in 18.05. > > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > lib/librte_cryptodev/rte_cryptodev.h | 2 ++ > 2 files changed, 7 insertions(+) > Acked-by: Akhil Goyal