numam-dpdk/drivers/crypto/ccp
Luca Boccassi e30b4e566f build: improve dependency handling
Whenever possible (if the library ships a pkg-config file) use meson's
dependency() function to look for it, as it will automatically add it
to the Requires.private list if needed, to allow for static builds to
succeed for reverse dependencies of DPDK. Otherwise the recursive
dependencies are not parsed, and users doing static builds have to
resolve them manually by themselves.
When using this API avoid additional checks that are superfluous and
take extra time, and avoid adding the linker flag manually which causes
it to be duplicated.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
2019-02-27 12:13:54 +01:00
..
ccp_crypto.c cryptodev: rename PMD symmetric session API 2018-07-11 03:57:24 +02:00
ccp_crypto.h crypto/ccp: support run-time CPU based auth 2018-05-10 17:46:20 +01:00
ccp_dev.c crypto/ccp: support hwrng 2018-04-23 18:20:08 +01:00
ccp_dev.h crypto/ccp: support AES 2018-04-23 18:20:09 +01:00
ccp_pci.c crypto/ccp: fix resource leak 2018-11-12 13:41:48 +01:00
ccp_pci.h crypto/ccp: support device init 2018-04-23 18:19:48 +01:00
ccp_pmd_ops.c cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
ccp_pmd_private.h cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
Makefile crypto/ccp: support run-time CPU based auth 2018-05-10 17:46:20 +01:00
meson.build build: improve dependency handling 2019-02-27 12:13:54 +01:00
rte_ccp_pmd.c cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
rte_pmd_ccp_version.map