numam-dpdk/lib/librte_bpf
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
..
bpf_def.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_exec.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_impl.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_jit_x86.c bpf: fix x86 JIT for immediate loads 2018-11-13 23:18:53 +01:00
bpf_load_elf.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_load.c eal: add macro for attribute weak 2018-10-25 02:11:23 +02:00
bpf_pkt.c bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
bpf_validate.c bpf: add extra validation for input BPF program 2018-07-12 09:40:27 +02:00
bpf.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
Makefile bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
meson.build build: improve dependency handling 2019-02-27 12:13:54 +01:00
rte_bpf_ethdev.h bpf: fix a typo 2018-10-25 11:27:49 +02:00
rte_bpf_version.map bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00