numam-dpdk/config
Bruce Richardson ecb904cc45 build: fix warnings when running external commands
Meson 0.61.1 is giving warnings that the calls to run_command do not
always explicitly specify if the result is to be checked or not, i.e.
there is a missing "check" parameter. This is because the default
behaviour without the parameter is due to change in the future.

We can fix these warnings by explicitly adding into each call whether
the result should be checked by meson or not. This patch therefore
adds in "check: false" to each run_command call where the result is
being checked by the DPDK meson.build code afterwards, and adds in
"check: true" to any calls where the result is currently unchecked.

Bugzilla ID: 921
Cc: stable@dpdk.org

Reported-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
2022-02-02 15:44:12 +01:00
..
arm build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
ppc ci: add ppc64le cross compilation in GHA 2021-11-10 11:48:01 +01:00
x86 build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
meson.build build: fix warnings when running external commands 2022-02-02 15:44:12 +01:00
rte_config.h ip_frag: increase default maximum of fragments 2021-11-08 23:06:55 +01:00