From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E8C139175 for ; Fri, 28 Jul 2017 16:13:21 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 07:13:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="1156426882" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.5]) ([10.237.221.5]) by orsmga001.jf.intel.com with ESMTP; 28 Jul 2017 07:13:17 -0700 To: Jan Blunck , dev@dpdk.org References: <20170712201537.65691-1-jblunck@infradead.org> Cc: declan.doherty@intel.com, pablo.de.lara.guarch@intel.com From: Sergio Gonzalez Monroy Message-ID: <26157ed8-a182-bd81-e5c6-e81aae7ffe6f@intel.com> Date: Fri, 28 Jul 2017 15:13:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 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: Fri, 28 Jul 2017 14:13:22 -0000 On 12/07/2017 21:15, 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: Sergio Gonzalez Monroy