Re: [dpdk-dev] [PATCH v2 3/3] cryptodev: break dependency on PCI device bus

2017-10-25 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, October 25, 2017 1:01 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH v2 3/3] cryptodev: break dependency on PCI device >

[dpdk-dev] [PATCH v2 3/3] cryptodev: break dependency on PCI device bus

2017-10-25 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