From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C4758B6D for ; Wed, 25 Jan 2017 10:08:00 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 25 Jan 2017 01:07:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,283,1477983600"; d="scan'208";a="813094682" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2017 01:07:58 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 25 Jan 2017 09:07:57 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Wed, 25 Jan 2017 09:07:57 +0000 From: "De Lara Guarch, Pablo" To: Shreyansh Jain , "dev@dpdk.org" CC: Hemant Agrawal , "thomas.monjalon@6wind.com" , "Doherty, Declan" , "jblunck@infradead.org" Thread-Topic: [PATCH] cryptodev: decouple from PCI device Thread-Index: AQHScWuZRLeiypUBvkuZ1kQV4z1kOqFIqZKAgABIkDA= Date: Wed, 25 Jan 2017 09:07:56 +0000 Message-ID: References: <1484730970-2832-1-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYThjNzBkZWEtOTY3MC00MGE1LTg0NjQtZTVlOTc4ZjJlMzExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IldyTlBkQzRtcHdJWFd0N3I5YUEza0JsaEY0Yk42ZE1yZkpuYUtlYTZrcGc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device 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: Wed, 25 Jan 2017 09:08:01 -0000 > -----Original Message----- > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > Sent: Wednesday, January 25, 2017 4:48 AM > To: dev@dpdk.org > Cc: Hemant Agrawal; thomas.monjalon@6wind.com; Doherty, Declan; De > Lara Guarch, Pablo; jblunck@infradead.org > Subject: Re: [PATCH] cryptodev: decouple from PCI device >=20 > On Wednesday 18 January 2017 02:46 PM, Hemant Agrawal wrote: > > This makes struct rte_cryptodev independent of struct rte_pci_device by > > replacing it with a pointer to the generic struct rte_device. > > > > This is inline with the recent changes in ethdev > > > > Signed-off-by: Hemant Agrawal > > --- > > drivers/crypto/qat/qat_qp.c | 12 +++++++++--- > > drivers/crypto/qat/rte_qat_cryptodev.c | 6 +++--- > > lib/librte_cryptodev/rte_cryptodev.c | 6 +++--- > > lib/librte_cryptodev/rte_cryptodev.h | 4 ++-- > > 4 files changed, 17 insertions(+), 11 deletions(-) > > >=20 > Next step would be to remove rte_pci_driver from eth_driver > and rte_cryptodev_driver and make it generic. >=20 > Reviewed-by: Shreyansh Jain Applied to dpdk-next-crypto. Thanks, Pablo