Re: [dpdk-dev] [PATCH v2 08/12] cryptodev: add PCI driver helpers

2017-06-29 Thread Thomas Monjalon
21/06/2017 08:28, Pablo de Lara: > +#ifndef _RTE_CRYPTODEV_PCI_H_ > +#define _RTE_CRYPTODEV_PCI_H_ > + > +#include > +#include The build fails because of the brackets instead of quotes. In a fresh build the cryptodev header is not available while compiling cryptodev. I am fixing it directly in m

[dpdk-dev] [PATCH v2 08/12] cryptodev: add PCI driver helpers

2017-06-21 Thread Pablo de Lara
Add PCI probe/remove/init/uninit functions in a separate file rte_cryptodev_pci.h, which do not use cryptodev driver, in order to be removed in next commits. Signed-off-by: Pablo de Lara Acked-by: Declan Doherty --- lib/librte_cryptodev/Makefile| 1 + lib/librte_cryptodev/rte_cryp