From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v3 12/16] cryptodev: remove old get session size functions Date: Wed, 4 Jul 2018 17:01:11 +0530 Message-ID: <15cfd4a5-1aa7-37cd-e28d-5bafb74f9821@nxp.com> References: <20180608220234.10170-1-pablo.de.lara.guarch@intel.com> <20180628005304.26544-1-pablo.de.lara.guarch@intel.com> <20180628005304.26544-13-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 , declan.doherty@intel.com, shally.verma@caviumnetworks.com, ravi1.kumar@amd.com, jerin.jacob@caviumnetworks.com, roy.fan.zhang@intel.com, fiona.trahe@intel.com, tdu@semihalf.com, jianjay.zhou@huawei.com Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0067.outbound.protection.outlook.com [104.47.1.67]) by dpdk.org (Postfix) with ESMTP id 8B3CB1BEF3 for ; Wed, 4 Jul 2018 13:31:41 +0200 (CEST) In-Reply-To: <20180628005304.26544-13-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 6/28/2018 6:23 AM, Pablo de Lara wrote: > Removed rte_cryptodev_get_header_session_size > and rte_cryptodev_get_private_session_size functions, > as they have been substituted with functions > specific for symmetric operations, with _sym_ word > after "rte_cryptodev_". > > Signed-off-by: Pablo de Lara > Acked-by: Akhil Goyal