From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] cryptodev: deprecate rte_cryptodev_create_vdev() Date: Thu, 27 Jul 2017 11:24:04 +0100 Message-ID: <2be44f25-d470-195f-80f6-f244fc019a5f@intel.com> References: <20170712201537.65691-1-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com To: Jan Blunck , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 535267D86 for ; Thu, 27 Jul 2017 12:24:06 +0200 (CEST) In-Reply-To: <20170712201537.65691-1-jblunck@infradead.org> 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 12/07/2017 9:15 PM, Jan Blunck wrote: > This function is an alias for rte_vdev_init() which is scheduled to move > out of the rte_eal library. Lets deprecate this function to be able to > remove it from the cryptodev library in 17.11. > > Signed-off-by: Jan Blunck > --- ... > Acked-by: Declan Doherty