Re: [dpdk-dev] [PATCH 05/12] cryptodev: only set PCI info when device is PCI

2017-06-20 Thread Declan Doherty
On 24/05/2017 4:27 PM, Pablo de Lara wrote: Do not set PCI information in the device information structure for any crypto device, just for the ones that are PCI, so this is set internally in the PCI crypto PMDs (only QAT now). Signed-off-by: Pablo de Lara --- ... Acked-by: Declan Doherty

[dpdk-dev] [PATCH 05/12] cryptodev: only set PCI info when device is PCI

2017-05-24 Thread Pablo de Lara
Do not set PCI information in the device information structure for any crypto device, just for the ones that are PCI, so this is set internally in the PCI crypto PMDs (only QAT now). Signed-off-by: Pablo de Lara --- drivers/crypto/qat/qat_crypto.c | 5 +++-- lib/librte_cryptodev/rte_cryptod