* [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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread
* [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
@ 2019-11-27 10:58 jerinj
2019-11-28 1:07 ` Thomas Monjalon
0 siblings, 1 reply; 11+ messages in thread
From: jerinj @ 2019-11-27 10:58 UTC (permalink / raw)
To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, Jerin Jacob
From: Jerin Jacob <jerinj@marvell.com>
Add tested Marvell integrated NIC platforms to v19.11 release note.
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
doc/guides/rel_notes/release_19_11.rst | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 7ad0ee800..35d70d865 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -642,3 +642,17 @@ Tested Platforms
Also, make sure to start the actual text at the margin.
=========================================================
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+ * SoC:
+
+ * CN83xx, CN96xx, CN93xx
+
+ * OS (Based on Marvell OCTEON TX SDK-10.1.2.0):
+
+ * Arch Linux
+ * Buildroot 2018.11
+ * Ubuntu 16.04.1 LTS
+ * Ubuntu 16.10
+ * Ubuntu 18.04.1
+ * Ubuntu 19.04
--
2.24.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
@ 2020-02-25 17:08 jerinj
2020-02-25 17:25 ` David Marchand
0 siblings, 1 reply; 11+ messages in thread
From: jerinj @ 2020-02-25 17:08 UTC (permalink / raw)
To: dev; +Cc: thomas, david.marchand, Jerin Jacob
From: Jerin Jacob <jerinj@marvell.com>
Add tested Marvell integrated NIC platforms to v20.02 release note.
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
- No critical issue found in QA testing with Marvell integrated NIC platform
testing.
doc/guides/rel_notes/release_20_02.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index 2506f7483..a80af45bf 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -562,3 +562,19 @@ Tested Platforms
* OFED:
* MLNX_OFED 5.0-0.4.1.0
+
+
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+ * SoC:
+
+ * CN83xx, CN96xx, CN93xx
+
+ * OS (Based on Marvell OCTEON TX SDK-10.3.2.x)
+
+ * Arch Linux
+ * Buildroot 2018.11
+ * Ubuntu 16.04.1 LTS
+ * Ubuntu 16.10
+ * Ubuntu 18.04.1
+ * Ubuntu 19.04
--
2.25.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
2020-02-25 17:08 jerinj
@ 2020-02-25 17:25 ` David Marchand
0 siblings, 0 replies; 11+ messages in thread
From: David Marchand @ 2020-02-25 17:25 UTC (permalink / raw)
To: Jerin Jacob Kollanukkaran; +Cc: dev, Thomas Monjalon
On Tue, Feb 25, 2020 at 6:08 PM <jerinj@marvell.com> wrote:
>
> From: Jerin Jacob <jerinj@marvell.com>
>
> Add tested Marvell integrated NIC platforms to v20.02 release note.
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 11+ messages in thread
* [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
@ 2020-05-22 19:46 jerinj
2020-05-24 22:05 ` Thomas Monjalon
0 siblings, 1 reply; 11+ messages in thread
From: jerinj @ 2020-05-22 19:46 UTC (permalink / raw)
To: dev, John McNamara, Marko Kovacevic; +Cc: thomas, Jerin Jacob
From: Jerin Jacob <jerinj@marvell.com>
Add tested Marvell integrated NIC platforms to v20.05 release notes.
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
doc/guides/rel_notes/release_20_05.rst | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 84706904e..8701e851e 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -409,3 +409,18 @@ Tested Platforms
This section is a comment. Do not overwrite or remove it.
Also, make sure to start the actual text at the margin.
=========================================================
+
+* ARMv8 SoC combinations from Marvell (with integrated NICs)
+
+ * SoC:
+
+ * CN83xx, CN96xx, CN93xx
+
+ * OS (Based on Marvell OCTEON TX SDK-10.3.2.0-PR12):
+
+ * Arch Linux
+ * Buildroot 2018.11
+ * Ubuntu 16.04.1 LTS
+ * Ubuntu 16.10
+ * Ubuntu 18.04.1
+ * Ubuntu 19.04
--
2.26.2
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested Marvell integrated NIC platforms
2020-05-22 19:46 jerinj
@ 2020-05-24 22:05 ` Thomas Monjalon
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Monjalon @ 2020-05-24 22:05 UTC (permalink / raw)
To: Jerin Jacob; +Cc: dev, John McNamara, Marko Kovacevic
22/05/2020 21:46, jerinj@marvell.com:
> From: Jerin Jacob <jerinj@marvell.com>
>
> Add tested Marvell integrated NIC platforms to v20.05 release notes.
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Applied, thanks
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-05-24 22:05 UTC | newest]
Thread overview: 11+ 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
2019-11-27 10:58 [dpdk-dev] [PATCH] " jerinj
2019-11-28 1:07 ` Thomas Monjalon
2020-02-25 17:08 jerinj
2020-02-25 17:25 ` David Marchand
2020-05-22 19:46 jerinj
2020-05-24 22:05 ` 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).