Following some brief discussion on the dev list[1], here is a patch to update the minimum meson version for DPDK to 0.53. The update itself is fairly smooth, but, at least in my testing, it exposes some issues with objdump not recognising the debug symbols from some clang binaries. When building, one may see warnings like:
objdump: Warning: Unrecognized form: 0x22 These warnings were not previously visible with the 0.49 meson version as the symbol checks were only run in "developer_mode" and auto- detection of developer mode was limited to version 0.53 or later, due to use of the "fs" meson module. [1] http://inbox.dpdk.org/dev/CAOE1vsNoDP0oOLkj2J4LRttXxTL7F4w1sd=khgowsvu+onz...@mail.gmail.com/ Bruce Richardson (1): build: increase minimum meson version to 0.53 .ci/linux-setup.sh | 2 +- doc/guides/linux_gsg/sys_reqs.rst | 2 +- doc/guides/prog_guide/build-sdk-meson.rst | 2 +- drivers/common/mlx5/linux/meson.build | 2 +- meson.build | 8 +++----- 5 files changed, 7 insertions(+), 9 deletions(-) -- 2.34.1