From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] doc: announce crypto device type enumeration removal Date: Mon, 8 May 2017 11:33:14 +0100 Message-ID: <5b0bb043-79f1-d61c-221a-b41971f7c53f@intel.com> References: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Slawomir Mrozowicz Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 24098282 for ; Mon, 8 May 2017 12:33:16 +0200 (CEST) In-Reply-To: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> 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 05/05/2017 12:24 PM, Slawomir Mrozowicz wrote: > Refer to RFC patch - cryptodev: remove crypto device type enumeration > > It is planned to remove device type enumeration rte_cryptodev_type from > library to remove the coupling between crypto PMD and the librte_cryptodev. > > In this case following stuctures will be changed: rte_cryptodev_session, > rte_cryptodev_sym_session, rte_cryptodev_info, rte_cryptodev. > > It is planned to change the function rte_cryptodev_count_devtype(). > The function prototype doesn’t clearly show the operation. > From next release 17.08 the dev_type will be changed to driver_id. > So the function name will change to rte_cryptodev_device_count_by_driver(). > > Signed-off-by: Slawomir Mrozowicz > --- ... > Acked-by: Declan Doherty