[dpdk-dev] [PATCH] doc: update cnxk native compilation steps

Ruifeng Wang Ruifeng.Wang at arm.com
Thu May 19 10:03:49 CEST 2022


> -----Original Message-----
> From: jerinj at marvell.com <jerinj at marvell.com>
> Sent: Wednesday, May 18, 2022 11:03 PM
> To: dev at dpdk.org; 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>
> Cc: thomas at monjalon.net; david.marchand at redhat.com;
> juraj.linkes at pantheon.tech; Ruifeng Wang <Ruifeng.Wang at arm.com>;
> jerinj at marvell.com
> Subject: [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
> 
> From: Jerin Jacob <jerinj at marvell.com>
> 
> Update cnxk platform documentation to use -Dplatform meson option for
> native builds.
> 
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>
> ---
>  doc/guides/platform/cnxk.rst | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
> index 3dee725ac5..03190bdb14 100644
> --- a/doc/guides/platform/cnxk.rst
> +++ b/doc/guides/platform/cnxk.rst
> @@ -578,9 +578,20 @@ an x86 based platform.
>  Native Compilation
>  ~~~~~~~~~~~~~~~~~~
> 
> +Refer to :doc:`../linux_gsg/build_dpdk` for generic native builds.
> +
> +CN9K:
> +
> +.. code-block:: console
> +
> +        meson -Dplatform=cn9k build
> +        ninja -C build
> +
> +CN10K:
> +
>  .. code-block:: console
> 
> -        meson build
> +        meson -Dplatform=cn10k build
>          ninja -C build
> 
>  Cross Compilation
> --
> 2.36.1
Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>



More information about the dev mailing list