Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-25 Thread De Lara Guarch, Pablo
> -Original Message- > From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com] > Sent: Wednesday, January 25, 2017 4:48 AM > To: dev@dpdk.org > Cc: Hemant Agrawal; thomas.monja...@6wind.com; Doherty, Declan; De > Lara Guarch, Pablo; jblu...@infradead.org > Subject: Re: [PATCH] cryptodev: dec

Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-24 Thread Stephen Hemminger
On Wed, 25 Jan 2017 10:18:01 +0530 Shreyansh Jain wrote: > 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 rec

Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-24 Thread Shreyansh Jain
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/

Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-24 Thread Griffin, John
fradead.org > Subject: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device > > 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 >

Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-20 Thread De Lara Guarch, Pablo
, Ferruh; jerin.ja...@caviumnetworks.com > Subject: Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device > > Please ignore. > > Apologies for repeated sent. This patch was posted earlier. No worries. Next time, change the state of the patch to "Not Applicable" in Patchwork. Thanks, Pablo > > - Hemant >

Re: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-19 Thread Hemant Agrawal
Please ignore. Apologies for repeated sent. This patch was posted earlier. - Hemant > -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Thursday, January 19, 2017 6:53 PM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; bruce.richard...@intel.com; Shre

[dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-19 Thread Hemant Agrawal
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/r

[dpdk-dev] [PATCH] cryptodev: decouple from PCI device

2017-01-18 Thread Hemant Agrawal
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/r