[dpdk-dev] doc: add release note entry for meson build

Message ID 20180122151413.5316-1-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Bruce Richardson
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Bruce Richardson Jan. 22, 2018, 3:14 p.m. UTC
  Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/rel_notes/release_18_02.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
  

Comments

John McNamara Jan. 23, 2018, 10:28 a.m. UTC | #1
> -----Original Message-----
> From: Richardson, Bruce
> Sent: Monday, January 22, 2018 3:14 PM
> To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>
> Cc: bluca@debian.org; dev@dpdk.org; thomas@monjalon.net; Richardson, Bruce
> <bruce.richardson@intel.com>
> Subject: [PATCH] doc: add release note entry for meson build
> 


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Bruce Richardson Jan. 23, 2018, 10:50 a.m. UTC | #2
On Tue, Jan 23, 2018 at 10:28:42AM +0000, Mcnamara, John wrote:
> 
> 
> > -----Original Message-----
> > From: Richardson, Bruce
> > Sent: Monday, January 22, 2018 3:14 PM
> > To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> > <marko.kovacevic@intel.com>
> > Cc: bluca@debian.org; dev@dpdk.org; thomas@monjalon.net; Richardson, Bruce
> > <bruce.richardson@intel.com>
> > Subject: [PATCH] doc: add release note entry for meson build
> > 
> 
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
> 
Applied to dpdk-next-build

/Bruce
  

Patch

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 00b3224f3..cba8275a4 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -151,6 +151,20 @@  New Features
   renamed the application from SW PMD specific ``eventdev_pipeline_sw_pmd``
   to PMD agnostic ``eventdev_pipeline``.
 
+* **Added new DPDK build system using the tools "meson" and "ninja" [EXPERIMENTAL]**
+
+  Added in support for building DPDK using ``meson`` and ``ninja``, which gives
+  additional features, such as automatic build-time configuration, over the
+  current build system using ``make``. For instructions on how to do a DPDK build
+  using the new system, see the instructions in ``doc/build-sdk-meson.txt``.
+
+.. note::
+
+    This new build system support is incomplete at this point and is added
+    as experimental in this release. The existing build system using ``make``
+    is unaffected by these changes, and can continue to be used for this
+    and subsequent releases until such time as it's deprecation is announced.
+
 
 API Changes
 -----------