DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
@ 2019-07-31 14:14 jerinj
  2019-07-31 14:22 ` Thomas Monjalon
  2019-07-31 15:45 ` [dpdk-dev] [PATCH v2] " jerinj
  0 siblings, 2 replies; 5+ messages in thread
From: jerinj @ 2019-07-31 14:14 UTC (permalink / raw)
  To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, avijay, Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

Add tested Marvell integrated NIC platforms to v19.08 release note.

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

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index 4b640bb6b..3c9095087 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -559,3 +559,18 @@ Tested Platforms
        * Firmware version: 3.25, 0x800006eb
        * Device id (pf): 8086:1533
        * Driver version: 5.4.0-k(igb)
+
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+   * SoC:
+
+     * CN83xx, CN96xx, CNF95xx, CN93xx
+
+   * OS:
+
+     * Arch Linux with Marvell OCTEON TX SDK 10.0 package
+     * Build root with Marvell OCTEON TX SDK 10.0 package
+     * Ubuntu 16.04.1 LTS with Marvell OCTEON TX SDK 10.0 package
+     * Ubuntu 16.10 with Marvell OCTEON TX SDK 10.0 package
+     * Ubuntu 18.04.1 LTS with Marvell OCTEON TX SDK 10.0 package
+     * Ubuntu 19.04 with Marvell OCTEON TX SDK 10.0 package
-- 
2.22.0


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

* Re: [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
  2019-07-31 14:14 [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms jerinj
@ 2019-07-31 14:22 ` Thomas Monjalon
  2019-07-31 15:45 ` [dpdk-dev] [PATCH v2] " jerinj
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-07-31 14:22 UTC (permalink / raw)
  To: jerinj; +Cc: dev, John McNamara, Marko Kovacevic, avijay

31/07/2019 16:14, jerinj@marvell.com:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> Add tested Marvell integrated NIC platforms to v19.08 release note.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
> +* ARMv8 SoC combinations from Marvell (with integrated NICs)
> +
> +   * SoC:
> +
> +     * CN83xx, CN96xx, CNF95xx, CN93xx
> +
> +   * OS:
> +
> +     * Arch Linux with Marvell OCTEON TX SDK 10.0 package
> +     * Build root with Marvell OCTEON TX SDK 10.0 package

There is no space in "Buildroot".
Which version of Buildroot?

> +     * Ubuntu 16.04.1 LTS with Marvell OCTEON TX SDK 10.0 package
> +     * Ubuntu 16.10 with Marvell OCTEON TX SDK 10.0 package
> +     * Ubuntu 18.04.1 LTS with Marvell OCTEON TX SDK 10.0 package
> +     * Ubuntu 19.04 with Marvell OCTEON TX SDK 10.0 package

Wouldn't it be simpler to add a separate item, below OS, for SDK?



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

* [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC platforms
  2019-07-31 14:14 [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms jerinj
  2019-07-31 14:22 ` Thomas Monjalon
@ 2019-07-31 15:45 ` jerinj
  2019-08-02 13:46   ` Mcnamara, John
  1 sibling, 1 reply; 5+ messages in thread
From: jerinj @ 2019-07-31 15:45 UTC (permalink / raw)
  To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, avijay, Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

Add tested Marvell integrated NIC platforms to v19.08 release note.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
v2: Updated based on Thomas's following comments
http://mails.dpdk.org/archives/dev/2019-July/140203.html

 doc/guides/rel_notes/release_19_08.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index 4b640bb6b..985d15b25 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -559,3 +559,18 @@ Tested Platforms
        * Firmware version: 3.25, 0x800006eb
        * Device id (pf): 8086:1533
        * Driver version: 5.4.0-k(igb)
+
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+   * SoC:
+
+     * CN83xx, CN96xx, CNF95xx, CN93xx
+
+   * OS (Based on Marvell OCTEON TX SDK 10.0):
+
+     * Arch Linux
+     * Buildroot 2018.11
+     * Ubuntu 16.04.1 LTS
+     * Ubuntu 16.10
+     * Ubuntu 18.04.1
+     * Ubuntu 19.04
-- 
2.22.0


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

* Re: [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC platforms
  2019-07-31 15:45 ` [dpdk-dev] [PATCH v2] " jerinj
@ 2019-08-02 13:46   ` Mcnamara, John
  2019-08-05 15:41     ` Jerin Jacob Kollanukkaran
  0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2019-08-02 13:46 UTC (permalink / raw)
  To: jerinj, dev, Kovacevic, Marko; +Cc: thomas, avijay



> -----Original Message-----
> From: jerinj@marvell.com [mailto:jerinj@marvell.com]
> Sent: Wednesday, July 31, 2019 4:46 PM
> To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>; Kovacevic,
> Marko <marko.kovacevic@intel.com>
> Cc: thomas@monjalon.net; avijay@marvell.com; Jerin Jacob
> <jerinj@marvell.com>
> Subject: [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC
> platforms
> 


Acked-by: John McNamara <john.mcnamara@intel.com>


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

* Re: [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC platforms
  2019-08-02 13:46   ` Mcnamara, John
@ 2019-08-05 15:41     ` Jerin Jacob Kollanukkaran
  0 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-08-05 15:41 UTC (permalink / raw)
  To: Mcnamara, John, dev, Kovacevic, Marko; +Cc: thomas, Vijaya Bhaskar Annayyolla

> -----Original Message-----
> From: Mcnamara, John <john.mcnamara@intel.com>
> Sent: Friday, August 2, 2019 7:16 PM
> To: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; dev@dpdk.org;
> Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: thomas@monjalon.net; Vijaya Bhaskar Annayyolla <avijay@marvell.com>
> Subject: RE: [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC
> platforms
> 
> 
> 
> > -----Original Message-----
> > From: jerinj@marvell.com [mailto:jerinj@marvell.com]
> > Sent: Wednesday, July 31, 2019 4:46 PM
> > To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic,
> > Marko <marko.kovacevic@intel.com>
> > Cc: thomas@monjalon.net; avijay@marvell.com; Jerin Jacob
> > <jerinj@marvell.com>
> > Subject: [dpdk-dev] [PATCH v2] doc: add tested Marvell integrated NIC
> > platforms
> >
> 
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied to dpdk-next-net-mrvl/master. Thanks





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

end of thread, other threads:[~2019-08-05 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 14:14 [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms jerinj
2019-07-31 14:22 ` Thomas Monjalon
2019-07-31 15:45 ` [dpdk-dev] [PATCH v2] " jerinj
2019-08-02 13:46   ` Mcnamara, John
2019-08-05 15:41     ` Jerin Jacob Kollanukkaran

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