[v2] doc: update release notes for windows support

Message ID 20190423181251.2432-1-pallavi.kadam@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: update release notes for windows support |

Checks

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

Commit Message

Kadam, Pallavi April 23, 2019, 6:12 p.m. UTC
  Added documentation for Windows support on 19.05 release.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Anand Rawat <anand.rawat@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

John McNamara May 2, 2019, 3:57 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pallavi Kadam
> Sent: Tuesday, April 23, 2019 7:13 PM
> To: dev@dpdk.org
> Cc: Menon, Ranjit <ranjit.menon@intel.com>; Kadam, Pallavi
> <pallavi.kadam@intel.com>
> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for windows
> support
> 


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 4, 2019, 9:56 p.m. UTC | #2
23/04/2019 20:12, Pallavi Kadam:
> Added documentation for Windows support on 19.05 release.
> 
> Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
> Reviewed-by: Anand Rawat <anand.rawat@intel.com>
> Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
> ---
> +* **Added Windows Support.**
> +
> +  Added Windows support to compile and build Hello World Sample Application.

Applied with following changes:

* **Introduced Windows Support.**

  Added Windows support to build Hello World sample application.
  

Patch

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index d5ed564ab..7e91e7d88 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -187,6 +187,10 @@  New Features
   Improved testpmd application performance on ARM platform. For ``macswap``
   forwarding mode, NEON intrinsics were used to do swap to save CPU cycles.
 
+* **Added Windows Support.**
+
+  Added Windows support to compile and build Hello World Sample Application.
+
 
 Removed Items
 -------------