> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Wednesday, November 16, 2022 1:35 AM > To: dev@dpdk.org > Cc: Stephen Hemminger <step...@networkplumber.org>; Ruifeng Wang > <ruifeng.w...@arm.com>; > Zhangfei Gao <zhangfei....@linaro.org>; Bruce Richardson > <bruce.richard...@intel.com>; > Elena Agostini <eagost...@nvidia.com>; Shepard Siegel > <shepard.sie...@atomicrules.com>; Ed > Czeck <ed.cz...@atomicrules.com>; John Miller <john.mil...@atomicrules.com>; > Zyta Szpak > <z...@semihalf.com>; Liron Himi <lir...@marvell.com>; Nithin Dabilpuram > <ndabilpu...@marvell.com>; Kiran Kumar K <kirankum...@marvell.com>; Sunil > Kumar Kori > <sk...@marvell.com>; Satha Rao <skotesh...@marvell.com>; David Hunt > <david.h...@intel.com> > Subject: [PATCH] doc: avoid meson deprecation in setup > > The command "meson build" causes a deprecation warning with meson 0.64.0. > > WARNING: > Running the setup command as `meson [options]` instead of `meson setup > [options]` is > ambiguous and deprecated. > > Therefore fix the examples in the documentation. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > doc/guides/cryptodevs/armv8.rst | 2 +- > doc/guides/cryptodevs/uadk.rst | 2 +- > doc/guides/freebsd_gsg/build_dpdk.rst | 2 +- > doc/guides/gpus/cuda.rst | 4 ++-- > doc/guides/howto/openwrt.rst | 4 ++-- > doc/guides/nics/ark.rst | 2 +- > doc/guides/nics/mvneta.rst | 2 +- > doc/guides/nics/mvpp2.rst | 2 +- > doc/guides/platform/bluefield.rst | 4 ++-- > doc/guides/platform/cnxk.rst | 4 ++-- > doc/guides/platform/octeontx.rst | 8 ++++---- > doc/guides/prog_guide/build-sdk-meson.rst | 4 ++-- > doc/guides/prog_guide/lto.rst | 2 +- > doc/guides/prog_guide/profile_app.rst | 2 +- > doc/guides/sample_app_ug/vm_power_management.rst | 14 ++++++-------- > 15 files changed, 28 insertions(+), 30 deletions(-) > > diff --git a/doc/guides/cryptodevs/armv8.rst > b/doc/guides/cryptodevs/armv8.rst index > 8963f66a206c..1a006754cbe4 100644 > --- a/doc/guides/cryptodevs/armv8.rst > +++ b/doc/guides/cryptodevs/armv8.rst
Change looks good to me. Thanks. Some occurrences in doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst need update as well.