[PATCH] doc: avoid meson deprecation in setup
Ruifeng Wang
Ruifeng.Wang at arm.com
Thu Nov 17 09:57:18 CET 2022
> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Wednesday, November 16, 2022 1:35 AM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>; Ruifeng Wang <Ruifeng.Wang at arm.com>;
> Zhangfei Gao <zhangfei.gao at linaro.org>; Bruce Richardson <bruce.richardson at intel.com>;
> Elena Agostini <eagostini at nvidia.com>; Shepard Siegel <shepard.siegel at atomicrules.com>; Ed
> Czeck <ed.czeck at atomicrules.com>; John Miller <john.miller at atomicrules.com>; Zyta Szpak
> <zr at semihalf.com>; Liron Himi <lironh at marvell.com>; Nithin Dabilpuram
> <ndabilpuram at marvell.com>; Kiran Kumar K <kirankumark at marvell.com>; Sunil Kumar Kori
> <skori at marvell.com>; Satha Rao <skoteshwar at marvell.com>; David Hunt <david.hunt at 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 <stephen at 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.
More information about the dev
mailing list