numam-dpdk/lib/librte_telemetry
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
..
Makefile telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00
meson.build build: improve dependency handling 2019-02-27 12:13:54 +01:00
rte_telemetry_internal.h telemetry: fix using ports of different types 2018-12-22 03:23:06 +01:00
rte_telemetry_parser_test.c telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00
rte_telemetry_parser_test.h telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00
rte_telemetry_parser.c telemetry: update metrics before sending stats 2018-10-27 15:18:23 +02:00
rte_telemetry_parser.h telemetry: add parser for client socket messages 2018-10-27 15:18:23 +02:00
rte_telemetry_socket_tests.h telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00
rte_telemetry_version.map telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00
rte_telemetry.c eal: rename option name field 2019-01-15 02:40:40 +01:00
rte_telemetry.h telemetry: format json response when sending stats 2018-10-27 15:18:23 +02:00