numam-dpdk/app
Bruce Richardson 54f89e3df4 app/testpmd: fix name of bitrate library in meson build
The bitrate library in DPDK is actually in a "bitratestats" directory,
so that is used by meson for the macro and library name.
Therefore, we need to update references to RTE_LIBRTE_BITRATE to
RTE_LIBRTE_BITRATESTATS in testpmd to have it found. Rather than
supporting both defines, since make is being removed, we can just
replace all instances of the former define with the latter.

To ensure testpmd links ok when this is done, we also need to add
bitratestats to the list of library dependencies.

Fixes: 5b9656b157 ("lib: build with meson")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Wei Ling <weix.ling@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-09-18 18:55:11 +02:00
..
pdump build: remove makefiles 2020-09-08 00:09:50 +02:00
proc-info build: remove makefiles 2020-09-08 00:09:50 +02:00
test ethdev: remove underscore prefix from internal API 2020-09-18 18:55:08 +02:00
test-acl build: remove makefiles 2020-09-08 00:09:50 +02:00
test-bbdev build: remove makefiles 2020-09-08 00:09:50 +02:00
test-cmdline build: remove makefiles 2020-09-08 00:09:50 +02:00
test-compress-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-crypto-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-eventdev build: remove makefiles 2020-09-08 00:09:50 +02:00
test-fib build: remove makefiles 2020-09-08 00:09:50 +02:00
test-flow-perf app/flow-perf: allow fixed values for actions 2020-09-18 18:55:11 +02:00
test-pipeline build: remove makefiles 2020-09-08 00:09:50 +02:00
test-pmd app/testpmd: fix name of bitrate library in meson build 2020-09-18 18:55:11 +02:00
test-regex build: remove makefiles 2020-09-08 00:09:50 +02:00
test-sad build: remove makefiles 2020-09-08 00:09:50 +02:00
meson.build app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00