From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: announce crypto device type enumeration removal Date: Mon, 8 May 2017 16:35:07 +0530 Message-ID: <20170508110506.GB16391@jerin> References: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: declan.doherty@intel.com, dev@dpdk.org To: Slawomir Mrozowicz Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0076.outbound.protection.outlook.com [104.47.32.76]) by dpdk.org (Postfix) with ESMTP id 3E562F72 for ; Mon, 8 May 2017 13:05:29 +0200 (CEST) Content-Disposition: inline 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" -----Original Message----- > Date: Fri, 5 May 2017 13:24:19 +0200 > From: Slawomir Mrozowicz > To: declan.doherty@intel.com > CC: dev@dpdk.org, Slawomir Mrozowicz > Subject: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration > removal > X-Mailer: git-send-email 2.9.3 > > 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: Jerin Jacob