From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 4/6] cryptodev: remove queue start/stop functions Date: Thu, 21 Jun 2018 18:20:29 +0530 Message-ID: <9b2030a7-b36e-49dc-4baf-2ec12b4aa941@nxp.com> References: <20180608220234.10170-1-pablo.de.lara.guarch@intel.com> <20180608220234.10170-5-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, 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-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0066.outbound.protection.outlook.com [104.47.0.66]) by dpdk.org (Postfix) with ESMTP id 8F40E1BB0B for ; Thu, 21 Jun 2018 14:50:44 +0200 (CEST) In-Reply-To: <20180608220234.10170-5-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/9/2018 3:32 AM, Pablo de Lara wrote: > Removed cryptodev queue start/stop functions, > as they were marked deprecated in 18.05, since they > were not implemented by any driver. > > Signed-off-by: Pablo de Lara > Acked-by: Akhil Goyal