From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet Subject: Re: [PATCH 00/12] Remove cryptodev driver Date: Fri, 9 Jun 2017 11:58:28 +0200 Message-ID: <20170609095828.GE29091@bidouze.vm.6wind.com> References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170607225441.GX18840@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "Doherty, Declan" , "thomas@monjalon.net" , "dev@dpdk.org" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 22E252BA1 for ; Fri, 9 Jun 2017 11:58:36 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id d73so46562349wma.0 for ; Fri, 09 Jun 2017 02:58:36 -0700 (PDT) Content-Disposition: inline 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" On Thu, Jun 08, 2017 at 03:58:16PM +0000, De Lara Guarch, Pablo wrote: > Hi Gaetan, > > > -----Original Message----- > > From: Gaëtan Rivet [mailto:gaetan.rivet@6wind.com] > > Sent: Wednesday, June 07, 2017 11:55 PM > > To: De Lara Guarch, Pablo > > Cc: Doherty, Declan; thomas@monjalon.net; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH 00/12] Remove cryptodev driver > > > > Hi Pablo, > > > > On Wed, May 24, 2017 at 04:27:02PM +0100, Pablo de Lara wrote: > > > Following the same aproach taken for ethdev, this patch series > > > removes the PCI specific structure cryptodev driver from rte_cryptodev. > > > > > > The patchset makes the following changes: > > > > > > - Moves the virtual and PCI device specific functions to separate files, > > > so other cryptodev header files contain only device type agnostic > > functions. > > > > > > - Modifies device info retrieval function to set the driver name for all > > devices > > > and set PCI info inside PCI device PMDs > > > > > > - Removes cryptodev driver structure from cryptodev library and drivers > > > that were using it (QAT and dpaa2) > > > > > > > While most of the work seems to be done within this patchset, there are > > still rte_pci.h includes in both: > > > > lib/librte_cryptodev/rte_cryptodev.c:50:#include > > lib/librte_cryptodev/rte_cryptodev_pmd.h:50:#include > > > > This breaks the compilation when the PCI bus is compiled outside the EAL. > > Would you be able to remove those last dependencies? > > These includes have been removed already in the patchset. > Have you applied all 12 patches? > Ah yes, sorry, I must have missed a few. I have some trouble applying the patch however, I will test the integration with the PCI bus move after I resolve this. > Thanks, > Pablo > > -- Gaëtan Rivet 6WIND