From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Griffin, John" Subject: Re: [PATCH] cryptodev: decouple from PCI device Date: Tue, 24 Jan 2017 18:10:03 +0000 Message-ID: References: <1484730970-2832-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas.monjalon@6wind.com" , "Doherty, Declan" , "shreyansh.jain@nxp.com" , "De Lara Guarch, Pablo" , "jblunck@infradead.org" To: Hemant Agrawal , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 52FA3108D for ; Tue, 24 Jan 2017 19:10:15 +0100 (CET) In-Reply-To: <1484730970-2832-1-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US 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----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Wednesday, January 18, 2017 9:16 AM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Doherty, Declan > ; shreyansh.jain@nxp.com; De Lara Guarch, > Pablo ; jblunck@infradead.org > Subject: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device >=20 > This makes struct rte_cryptodev independent of struct rte_pci_device by > replacing it with a pointer to the generic struct rte_device. >=20 > This is inline with the recent changes in ethdev >=20 > Signed-off-by: Hemant Agrawal Acked-by: John Griffin