From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 03:24:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="292139648" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.252]) ([163.33.228.252]) by fmsmga004.fm.intel.com with ESMTP; 27 Jul 2017 03:24:04 -0700 To: Jan Blunck , dev@dpdk.org References: <20170712201537.65691-1-jblunck@infradead.org> Cc: pablo.de.lara.guarch@intel.com From: Declan Doherty Message-ID: <2be44f25-d470-195f-80f6-f244fc019a5f@intel.com> Date: Thu, 27 Jul 2017 11:24:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170712201537.65691-1-jblunck@infradead.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] cryptodev: deprecate rte_cryptodev_create_vdev() X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 10:24:07 -0000 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