Re: [dpdk-dev] [PATCH 07/12] cryptodev: release device if PCI device probing fails

2017-06-20 Thread Declan Doherty
On 24/05/2017 4:27 PM, Pablo de Lara wrote: Call rte_cryptodev_pmd_release_device() if probing a PCI crypto device, instead of accessing the variables directly. This will be useful when rte_cryptodev_pci_probe() gets moved to a separate file. Signed-off-by: Pablo de Lara --- ... Acked-by:

[dpdk-dev] [PATCH 07/12] cryptodev: release device if PCI device probing fails

2017-05-24 Thread Pablo de Lara
Call rte_cryptodev_pmd_release_device() if probing a PCI crypto device, instead of accessing the variables directly. This will be useful when rte_cryptodev_pci_probe() gets moved to a separate file. Signed-off-by: Pablo de Lara --- lib/librte_cryptodev/rte_cryptodev.c | 13 - 1 file