DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
@ 2019-04-25  7:41 jerinj
  2019-04-25  7:41 ` jerinj
  2019-05-01 11:43 ` Mcnamara, John
  0 siblings, 2 replies; 6+ messages in thread
From: jerinj @ 2019-04-25  7:41 UTC (permalink / raw)
  To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, yskoh, Jerin Jacob

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(+)

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
 -------------
-- 
2.21.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
  2019-04-25  7:41 [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets jerinj
@ 2019-04-25  7:41 ` jerinj
  2019-05-01 11:43 ` Mcnamara, John
  1 sibling, 0 replies; 6+ messages in thread
From: jerinj @ 2019-04-25  7:41 UTC (permalink / raw)
  To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, yskoh, Jerin Jacob

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(+)

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
 -------------
-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
  2019-04-25  7:41 [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets jerinj
  2019-04-25  7:41 ` jerinj
@ 2019-05-01 11:43 ` Mcnamara, John
  2019-05-01 11:43   ` Mcnamara, John
  2019-05-04 21:45   ` Thomas Monjalon
  1 sibling, 2 replies; 6+ messages in thread
From: Mcnamara, John @ 2019-05-01 11:43 UTC (permalink / raw)
  To: jerinj, dev, Kovacevic, Marko; +Cc: thomas, yskoh



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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
  2019-05-01 11:43 ` Mcnamara, John
@ 2019-05-01 11:43   ` Mcnamara, John
  2019-05-04 21:45   ` Thomas Monjalon
  1 sibling, 0 replies; 6+ messages in thread
From: Mcnamara, John @ 2019-05-01 11:43 UTC (permalink / raw)
  To: jerinj, dev, Kovacevic, Marko; +Cc: thomas, yskoh



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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
  2019-05-01 11:43 ` Mcnamara, John
  2019-05-01 11:43   ` Mcnamara, John
@ 2019-05-04 21:45   ` Thomas Monjalon
  2019-05-04 21:45     ` Thomas Monjalon
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2019-05-04 21:45 UTC (permalink / raw)
  To: jerinj; +Cc: dev, Mcnamara, John, Kovacevic, Marko, yskoh

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets
  2019-05-04 21:45   ` Thomas Monjalon
@ 2019-05-04 21:45     ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2019-05-04 21:45 UTC (permalink / raw)
  To: jerinj; +Cc: dev, Mcnamara, John, Kovacevic, Marko, yskoh

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-04 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25  7:41 [dpdk-dev] [PATCH] doc: update release notes for new armv8 targets jerinj
2019-04-25  7:41 ` jerinj
2019-05-01 11:43 ` Mcnamara, John
2019-05-01 11:43   ` Mcnamara, John
2019-05-04 21:45   ` Thomas Monjalon
2019-05-04 21:45     ` Thomas Monjalon

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