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

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).