[dpdk-dev] doc: notify libnuma dependency in release notes

Message ID 20170803135456.10997-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Thomas Monjalon Aug. 3, 2017, 1:54 p.m. UTC
  Fixes: 066731939589 ("doc: add libnuma as dependency")
Cc: john.mcnamara@intel.com

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/rel_notes/release_17_08.rst | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

John McNamara Aug. 3, 2017, 2:27 p.m. UTC | #1
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, August 3, 2017 2:55 PM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: notify libnuma dependency in release notes
> 
> Fixes: 066731939589 ("doc: add libnuma as dependency")
> Cc: john.mcnamara@intel.com
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  doc/guides/rel_notes/release_17_08.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_08.rst
> b/doc/guides/rel_notes/release_17_08.rst
> index d5a708a09..0349dcd1c 100644
> --- a/doc/guides/rel_notes/release_17_08.rst
> +++ b/doc/guides/rel_notes/release_17_08.rst
> @@ -259,6 +259,8 @@ Known Issues
>     Also, make sure to start the actual text at the margin.
>     =========================================================
> 
> +* **Starting with version 17.08, libnuma is required to build DPDK.**


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon Aug. 3, 2017, 2:32 p.m. UTC | #2
> > Fixes: 066731939589 ("doc: add libnuma as dependency")
> > Cc: john.mcnamara@intel.com
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
[...]
> > +* **Starting with version 17.08, libnuma is required to build DPDK.**
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied
  

Patch

diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index d5a708a09..0349dcd1c 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -259,6 +259,8 @@  Known Issues
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* **Starting with version 17.08, libnuma is required to build DPDK.**
+
 
 API Changes
 -----------