DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] doc: update mlx5 supported OFED and FW
@ 2017-05-03  7:28 Shahaf Shuler
  2017-05-03  7:28 ` [dpdk-dev] [PATCH 2/2] doc: update mlx4 " Shahaf Shuler
  2017-05-05 10:01 ` [dpdk-dev] [PATCH 1/2] doc: update mlx5 " Adrien Mazarguil
  0 siblings, 2 replies; 5+ messages in thread
From: Shahaf Shuler @ 2017-05-03  7:28 UTC (permalink / raw)
  To: john.mcnamara; +Cc: nelio.laranjeiro, adrien.mazarguil, olgas, dev

Update the supported Mellanox OFED and FW versions.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/nics/mlx5.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 0783aebdd..da6dc278e 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -279,13 +279,13 @@ DPDK and must be installed separately:
 
 Currently supported by DPDK:
 
-- Mellanox OFED version: **4.0-1.0.1.0**
+- Mellanox OFED version: **4.0-2.0.0.0**
 - firmware version:
 
-  - ConnectX-4: **12.18.1000**
-  - ConnectX-4 Lx: **14.18.1000**
-  - ConnectX-5: **16.18.1000**
-  - ConnectX-5 Ex: **16.18.1000**
+  - ConnectX-4: **12.18.2000**
+  - ConnectX-4 Lx: **14.18.2000**
+  - ConnectX-5: **16.19.1200**
+  - ConnectX-5 Ex: **16.19.1200**
 
 Getting Mellanox OFED
 ~~~~~~~~~~~~~~~~~~~~~
-- 
2.12.0

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

* [dpdk-dev] [PATCH 2/2] doc: update mlx4 supported OFED and FW
  2017-05-03  7:28 [dpdk-dev] [PATCH 1/2] doc: update mlx5 supported OFED and FW Shahaf Shuler
@ 2017-05-03  7:28 ` Shahaf Shuler
  2017-05-05 10:02   ` Adrien Mazarguil
  2017-05-05 10:01 ` [dpdk-dev] [PATCH 1/2] doc: update mlx5 " Adrien Mazarguil
  1 sibling, 1 reply; 5+ messages in thread
From: Shahaf Shuler @ 2017-05-03  7:28 UTC (permalink / raw)
  To: john.mcnamara; +Cc: nelio.laranjeiro, adrien.mazarguil, olgas, dev

Update the supported Mellanox OFED and FW versions.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/nics/mlx4.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
index 3ab1def9a..f1f26d4f9 100644
--- a/doc/guides/nics/mlx4.rst
+++ b/doc/guides/nics/mlx4.rst
@@ -244,8 +244,8 @@ DPDK and must be installed separately:
 
 Currently supported by DPDK:
 
-- Mellanox OFED **4.0-1.0.1.0**.
-- Firmware version **2.40.5030**.
+- Mellanox OFED **4.0-2.0.0.0**.
+- Firmware version **2.40.7000**.
 - Supported architectures:  **x86_64** and **POWER8**.
 
 Getting Mellanox OFED
-- 
2.12.0

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

* Re: [dpdk-dev] [PATCH 1/2] doc: update mlx5 supported OFED and FW
  2017-05-03  7:28 [dpdk-dev] [PATCH 1/2] doc: update mlx5 supported OFED and FW Shahaf Shuler
  2017-05-03  7:28 ` [dpdk-dev] [PATCH 2/2] doc: update mlx4 " Shahaf Shuler
@ 2017-05-05 10:01 ` Adrien Mazarguil
  1 sibling, 0 replies; 5+ messages in thread
From: Adrien Mazarguil @ 2017-05-05 10:01 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: john.mcnamara, nelio.laranjeiro, olgas, dev

On Wed, May 03, 2017 at 10:28:48AM +0300, Shahaf Shuler wrote:
> Update the supported Mellanox OFED and FW versions.
> 
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

-- 
Adrien Mazarguil
6WIND

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

* Re: [dpdk-dev] [PATCH 2/2] doc: update mlx4 supported OFED and FW
  2017-05-03  7:28 ` [dpdk-dev] [PATCH 2/2] doc: update mlx4 " Shahaf Shuler
@ 2017-05-05 10:02   ` Adrien Mazarguil
  2017-05-07 12:38     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Adrien Mazarguil @ 2017-05-05 10:02 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: john.mcnamara, nelio.laranjeiro, olgas, dev

On Wed, May 03, 2017 at 10:28:49AM +0300, Shahaf Shuler wrote:
> Update the supported Mellanox OFED and FW versions.
> 
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

-- 
Adrien Mazarguil
6WIND

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

* Re: [dpdk-dev] [PATCH 2/2] doc: update mlx4 supported OFED and FW
  2017-05-05 10:02   ` Adrien Mazarguil
@ 2017-05-07 12:38     ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-05-07 12:38 UTC (permalink / raw)
  To: Shahaf Shuler
  Cc: dev, Adrien Mazarguil, john.mcnamara, nelio.laranjeiro, olgas

05/05/2017 12:02, Adrien Mazarguil:
> On Wed, May 03, 2017 at 10:28:49AM +0300, Shahaf Shuler wrote:
> > Update the supported Mellanox OFED and FW versions.
> > 
> > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Series squashed and applied, thanks

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

end of thread, other threads:[~2017-05-07 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03  7:28 [dpdk-dev] [PATCH 1/2] doc: update mlx5 supported OFED and FW Shahaf Shuler
2017-05-03  7:28 ` [dpdk-dev] [PATCH 2/2] doc: update mlx4 " Shahaf Shuler
2017-05-05 10:02   ` Adrien Mazarguil
2017-05-07 12:38     ` Thomas Monjalon
2017-05-05 10:01 ` [dpdk-dev] [PATCH 1/2] doc: update mlx5 " Adrien Mazarguil

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