From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 88A7729CA for ; Fri, 23 Jun 2017 17:18:27 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 08:18:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="118518129" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 23 Jun 2017 08:18:26 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX102.ger.corp.intel.com ([169.254.2.211]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 16:18:25 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "thomas@monjalon.net" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 00/12] Remove cryptodev driver structure Thread-Index: AQHS6pqbuTligMrvfEatcpWGvgDYRaIyhFyg Date: Fri, 23 Jun 2017 15:18:25 +0000 Message-ID: References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170621062826.21896-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170621062826.21896-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/12] Remove cryptodev driver structure 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, 23 Jun 2017 15:18:28 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 21, 2017 7:28 AM > To: Doherty, Declan ; thomas@monjalon.net > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 00/12] Remove cryptodev driver structure >=20 > Following the same approach taken for ethdev, this patch series removes t= he > PCI specific structure cryptodev driver from rte_cryptodev. >=20 > The patchset makes the following changes: >=20 > - Moves the virtual and PCI device specific functions to separate files, > so other cryptodev header files contain only device type agnostic > functions. >=20 > - Modifies device info retrieval function to set the driver name for > all devices and set PCI info inside PCI device PMDs >=20 > - Removes cryptodev driver structure from cryptodev library and drivers > that were using it (QAT and DPAA2) >=20 > There is still a vdev specific function, rte_cryptodev_create_vdev() in > cryptodev.c. That function should be deprecated, as virtual devices shoul= d be > created through EAL. > A deprecation notice will be sent separately. >=20 > Changes in v2: >=20 > - Removed duplicated device setting >=20 > - Fixed compilation issue on a patch >=20 > - Added "rte_cryptodev_vdev" prefix in some functions >=20 > - Helper function (duplicated) has been removed, in > the dependent patchset >=20 > This patch set depends on the following patches: > "[PATCH v2 0/4] Socket ID check removal" > (http://dpdk.org/ml/archives/dev/2017-June/068412.html) >=20 Applied to dpdk-next-crypto. Pablo