From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce crypto device type enumeration removal Date: Thu, 11 May 2017 02:48:04 +0200 Message-ID: <9067713.SfcEZPhZx9@xps> References: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" To: "Mrozowicz, SlawomirX" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1A9B21C00 for ; Thu, 11 May 2017 02:48:06 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Refer to RFC patch - cryptodev: remove crypto device type enumeration > >=20 > > It is planned to remove device type enumeration rte_cryptodev_type from > > library to remove the coupling between crypto PMD and the > > librte_cryptodev. > >=20 > > In this case following stuctures will be changed: rte_cryptodev_session, > > rte_cryptodev_sym_session, rte_cryptodev_info, rte_cryptodev. > >=20 > > It is planned to change the function rte_cryptodev_count_devtype(). > > The function prototype doesn=E2=80=99t 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(). > >=20 > > Signed-off-by: Slawomir Mrozowicz >=20 > Acked-by: Pablo de Lara Applied, thanks