DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
@ 2022-05-18 15:03 jerinj
  2022-05-19  8:03 ` Ruifeng Wang
  0 siblings, 1 reply; 3+ messages in thread
From: jerinj @ 2022-05-18 15:03 UTC (permalink / raw)
  To: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori, Satha Rao
  Cc: thomas, david.marchand, juraj.linkes, ruifeng.wang, Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

Update cnxk platform documentation to use
-Dplatform meson option for native builds.

Signed-off-by: Jerin Jacob <jerinj@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
  2022-05-18 15:03 [dpdk-dev] [PATCH] doc: update cnxk native compilation steps jerinj
@ 2022-05-19  8:03 ` Ruifeng Wang
  2022-06-14 13:05   ` Jerin Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Ruifeng Wang @ 2022-05-19  8:03 UTC (permalink / raw)
  To: jerinj, dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao
  Cc: thomas, david.marchand, juraj.linkes, jerinj, nd

> -----Original Message-----
> From: jerinj@marvell.com <jerinj@marvell.com>
> Sent: Wednesday, May 18, 2022 11:03 PM
> To: dev@dpdk.org; Nithin Dabilpuram <ndabilpuram@marvell.com>; Kiran
> Kumar K <kirankumark@marvell.com>; Sunil Kumar Kori
> <skori@marvell.com>; Satha Rao <skoteshwar@marvell.com>
> Cc: thomas@monjalon.net; david.marchand@redhat.com;
> juraj.linkes@pantheon.tech; Ruifeng Wang <Ruifeng.Wang@arm.com>;
> jerinj@marvell.com
> Subject: [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
> 
> From: Jerin Jacob <jerinj@marvell.com>
> 
> Update cnxk platform documentation to use -Dplatform meson option for
> native builds.
> 
> Signed-off-by: Jerin Jacob <jerinj@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@arm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
  2022-05-19  8:03 ` Ruifeng Wang
@ 2022-06-14 13:05   ` Jerin Jacob
  0 siblings, 0 replies; 3+ messages in thread
From: Jerin Jacob @ 2022-06-14 13:05 UTC (permalink / raw)
  To: Ruifeng Wang
  Cc: jerinj, dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao, thomas, david.marchand, juraj.linkes, nd

On Thu, May 19, 2022 at 1:34 PM Ruifeng Wang <Ruifeng.Wang@arm.com> wrote:
>
> > -----Original Message-----
> > From: jerinj@marvell.com <jerinj@marvell.com>
> > Sent: Wednesday, May 18, 2022 11:03 PM
> > To: dev@dpdk.org; Nithin Dabilpuram <ndabilpuram@marvell.com>; Kiran
> > Kumar K <kirankumark@marvell.com>; Sunil Kumar Kori
> > <skori@marvell.com>; Satha Rao <skoteshwar@marvell.com>
> > Cc: thomas@monjalon.net; david.marchand@redhat.com;
> > juraj.linkes@pantheon.tech; Ruifeng Wang <Ruifeng.Wang@arm.com>;
> > jerinj@marvell.com
> > Subject: [dpdk-dev] [PATCH] doc: update cnxk native compilation steps
> >
> > From: Jerin Jacob <jerinj@marvell.com>
> >
> > Update cnxk platform documentation to use -Dplatform meson option for
> > native builds.
> >
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---

> > 2.36.1
> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>

Applied to dpdk-next-net-mrvl/for-next-net. Thanks


>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-14 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:03 [dpdk-dev] [PATCH] doc: update cnxk native compilation steps jerinj
2022-05-19  8:03 ` Ruifeng Wang
2022-06-14 13:05   ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).