doc: update release notes for new armv8 targets

Message ID 20190425074130.39963-1-jerinj@marvell.com (mailing list archive)
State Accepted, archived
Headers
Series doc: update release notes for new armv8 targets |

Checks

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

Commit Message

Jerin Jacob Kollanukkaran April 25, 2019, 7:41 a.m. UTC
  From: Jerin Jacob <jerinj@marvell.com>

Added documentation for the new armv8 targets supported in 19.05 release.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/release_19_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

John McNamara May 1, 2019, 11:43 a.m. UTC | #1
> -----Original Message-----
> From: jerinj@marvell.com [mailto:jerinj@marvell.com]
> Sent: Thursday, April 25, 2019 8:42 AM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Kovacevic,
> Marko <marko.kovacevic@intel.com>
> Cc: thomas@monjalon.net; yskoh@mellanox.com; Jerin Jacob
> <jerinj@marvell.com>
> Subject: [dpdk-dev] [PATCH] doc: update release notes for new armv8
> targets
> 
> From: Jerin Jacob <jerinj@marvell.com>
> 
> Added documentation for the new armv8 targets supported in 19.05 release.
> 

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 4, 2019, 9:45 p.m. UTC | #2
> > From: Jerin Jacob <jerinj@marvell.com>
> > 
> > Added documentation for the new armv8 targets supported in 19.05 release.
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Changed the formatting and applied, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index d5ed564ab..647507f32 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -187,6 +187,13 @@  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 new armv8 machine targets**
+
+  Added the following armv8 machine targets:
+
+  * BlueField(Mellanox)
+  * OcteonTX2(Marvell)
+  * ThunderX2(Marvell)
 
 Removed Items
 -------------