Re: [dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h

2017-10-24 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 20, 2017 10:21 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h > Check-git-log

[dpdk-dev] [PATCH 3/3] cryptodev: break dependency on rte_pci.h

2017-10-20 Thread Declan Doherty
Removes any dependency of librte_cryptodev on the PCI device infrastructure code and removes the functions which were virtual device specific. Updates QAT crypto PMD to remove dependencies on rte_cryptodev_pci.h and replaces those calls with the new bus independent functions. Signed-off-by: Decla