DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] doc: update mlx PMD release notes
@ 2018-02-01 11:45 Shahaf Shuler
  2018-02-01 11:45 ` [dpdk-dev] [PATCH 2/2] doc: update mlx5 required OFED version Shahaf Shuler
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-01 11:45 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 689080bed..714a24388 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -50,6 +50,33 @@ New Features
   exiting. Not calling this function could result in leaking hugepages, leading
   to failure during initialization of secondary processes.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved multi-segment packet performance.
+  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
+  * Extended statistics for physical port packet/byte counters.
+  * Supported IPv4 time-to-live filter.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
+* **Updated mlx4 driver.**
+
+  Updated the mlx4 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved data path performance.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
 * **Added the ixgbe ethernet driver to support RSS with flow API.**
 
   Rte_flow actually defined to include RSS, but till now, RSS is out of
-- 
2.12.0

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

* [dpdk-dev] [PATCH 2/2] doc: update mlx5 required OFED version
  2018-02-01 11:45 [dpdk-dev] [PATCH 1/2] doc: update mlx PMD release notes Shahaf Shuler
@ 2018-02-01 11:45 ` Shahaf Shuler
  2018-02-04  7:06 ` [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes Shahaf Shuler
  2018-02-04  7:08 ` [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD " Shahaf Shuler
  2 siblings, 0 replies; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-01 11:45 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

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

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a9e4bf51a..b2376363b 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -131,7 +131,7 @@ Limitations
 - A multi segment packet must have less than 6 segments in case the Tx burst function
   is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
   less than 50 segments.
-- Count action for RTE flow is only supported in Mellanox OFED 4.2.
+- Count action for RTE flow is only supported in Mellanox OFED 4.2 and above.
 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
   to 0 are not supported.
 - VXLAN TSO and checksum offloads are not supported on VM.
@@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
 Mellanox OFED
 ^^^^^^^^^^^^^
 
-- Mellanox OFED version: **4.2**.
+- Mellanox OFED version: **4.2, 4.3**.
 - firmware version:
 
   - ConnectX-4: **12.21.1000** and above.
-- 
2.12.0

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

* [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes
  2018-02-01 11:45 [dpdk-dev] [PATCH 1/2] doc: update mlx PMD release notes Shahaf Shuler
  2018-02-01 11:45 ` [dpdk-dev] [PATCH 2/2] doc: update mlx5 required OFED version Shahaf Shuler
@ 2018-02-04  7:06 ` Shahaf Shuler
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 " Shahaf Shuler
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version Shahaf Shuler
  2018-02-04  7:08 ` [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD " Shahaf Shuler
  2 siblings, 2 replies; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-04  7:06 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---

On v2:
 - No change.

---
 doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 689080bed..714a24388 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -50,6 +50,33 @@ New Features
   exiting. Not calling this function could result in leaking hugepages, leading
   to failure during initialization of secondary processes.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved multi-segment packet performance.
+  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
+  * Extended statistics for physical port packet/byte counters.
+  * Supported IPv4 time-to-live filter.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
+* **Updated mlx4 driver.**
+
+  Updated the mlx4 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved data path performance.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
 * **Added the ixgbe ethernet driver to support RSS with flow API.**
 
   Rte_flow actually defined to include RSS, but till now, RSS is out of
-- 
2.12.0

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

* [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD required OFED version
  2018-02-01 11:45 [dpdk-dev] [PATCH 1/2] doc: update mlx PMD release notes Shahaf Shuler
  2018-02-01 11:45 ` [dpdk-dev] [PATCH 2/2] doc: update mlx5 required OFED version Shahaf Shuler
  2018-02-04  7:06 ` [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes Shahaf Shuler
@ 2018-02-04  7:08 ` Shahaf Shuler
  2018-02-05  7:44   ` Nélio Laranjeiro
  2 siblings, 1 reply; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-04  7:08 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---

On v2:
 - Updated the OFED version for mlx4 guide as well.

---
 doc/guides/nics/mlx4.rst | 2 +-
 doc/guides/nics/mlx5.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
index 88161781c..13cc6ec8a 100644
--- a/doc/guides/nics/mlx4.rst
+++ b/doc/guides/nics/mlx4.rst
@@ -219,7 +219,7 @@ Current RDMA core package and Linux kernel (recommended)
 Mellanox OFED as a fallback
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- `Mellanox OFED`_ version: **4.2**.
+- `Mellanox OFED`_ version: **4.2, 4.3**.
 - firmware version: **2.42.5000** and above.
 
 .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a9e4bf51a..b2376363b 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -131,7 +131,7 @@ Limitations
 - A multi segment packet must have less than 6 segments in case the Tx burst function
   is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
   less than 50 segments.
-- Count action for RTE flow is only supported in Mellanox OFED 4.2.
+- Count action for RTE flow is only supported in Mellanox OFED 4.2 and above.
 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
   to 0 are not supported.
 - VXLAN TSO and checksum offloads are not supported on VM.
@@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
 Mellanox OFED
 ^^^^^^^^^^^^^
 
-- Mellanox OFED version: **4.2**.
+- Mellanox OFED version: **4.2, 4.3**.
 - firmware version:
 
   - ConnectX-4: **12.21.1000** and above.
-- 
2.12.0

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

* Re: [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD required OFED version
  2018-02-04  7:08 ` [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD " Shahaf Shuler
@ 2018-02-05  7:44   ` Nélio Laranjeiro
  0 siblings, 0 replies; 12+ messages in thread
From: Nélio Laranjeiro @ 2018-02-05  7:44 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: adrien.mazarguil, yskoh, john.mcnamara, dev, olgas

On Sun, Feb 04, 2018 at 09:08:06AM +0200, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> 
> On v2:
>  - Updated the OFED version for mlx4 guide as well.
> 
> ---
>  doc/guides/nics/mlx4.rst | 2 +-
>  doc/guides/nics/mlx5.rst | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
> index 88161781c..13cc6ec8a 100644
> --- a/doc/guides/nics/mlx4.rst
> +++ b/doc/guides/nics/mlx4.rst
> @@ -219,7 +219,7 @@ Current RDMA core package and Linux kernel (recommended)
>  Mellanox OFED as a fallback
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -- `Mellanox OFED`_ version: **4.2**.
> +- `Mellanox OFED`_ version: **4.2, 4.3**.
>  - firmware version: **2.42.5000** and above.
>  
>  .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a9e4bf51a..b2376363b 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -131,7 +131,7 @@ Limitations
>  - A multi segment packet must have less than 6 segments in case the Tx burst function
>    is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
>    less than 50 segments.
> -- Count action for RTE flow is only supported in Mellanox OFED 4.2.
> +- Count action for RTE flow is only supported in Mellanox OFED 4.2 and above.

Is this really useful to copy the Mellanox OFED version already present
in the Mellanox OFED section?

I would suggest to highlight the *only supported in Mellanox OFED*
in this documentation, and maybe by setting a internal link to the
Mellaox OFED installation section.

>  - Flows with a VXLAN Network Identifier equal (or ends to be equal)
>    to 0 are not supported.
>  - VXLAN TSO and checksum offloads are not supported on VM.
> @@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
>  Mellanox OFED
>  ^^^^^^^^^^^^^
>  
> -- Mellanox OFED version: **4.2**.
> +- Mellanox OFED version: **4.2, 4.3**.
>  - firmware version:
>  
>    - ConnectX-4: **12.21.1000** and above.
> -- 
> 2.12.0

-- 
Nélio Laranjeiro
6WIND

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

* [dpdk-dev] [PATCH v3 1/2] doc: update mlx PMD release notes
  2018-02-04  7:06 ` [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes Shahaf Shuler
@ 2018-02-05 12:31   ` Shahaf Shuler
  2018-02-05 13:12     ` Nélio Laranjeiro
  2018-02-05 15:31     ` Adrien Mazarguil
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version Shahaf Shuler
  1 sibling, 2 replies; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-05 12:31 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---

On v3:
 - No change.

On v2:
 - No change.

---
 doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 689080bed..714a24388 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -50,6 +50,33 @@ New Features
   exiting. Not calling this function could result in leaking hugepages, leading
   to failure during initialization of secondary processes.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved multi-segment packet performance.
+  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
+  * Extended statistics for physical port packet/byte counters.
+  * Supported IPv4 time-to-live filter.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
+* **Updated mlx4 driver.**
+
+  Updated the mlx4 driver including the following changes:
+
+  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
+    With the special compilation, the rdma-core libraries will be loaded only in case
+    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
+    requiring from every end user to install rdma-core.
+  * Improved data path performance.
+  * Converted to the new offloads API.
+  * Supported device removal check operation.
+
 * **Added the ixgbe ethernet driver to support RSS with flow API.**
 
   Rte_flow actually defined to include RSS, but till now, RSS is out of
-- 
2.12.0

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

* [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version
  2018-02-04  7:06 ` [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes Shahaf Shuler
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 " Shahaf Shuler
@ 2018-02-05 12:31   ` Shahaf Shuler
  2018-02-05 13:12     ` Nélio Laranjeiro
  2018-02-05 15:31     ` Adrien Mazarguil
  1 sibling, 2 replies; 12+ messages in thread
From: Shahaf Shuler @ 2018-02-05 12:31 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro, yskoh, john.mcnamara; +Cc: dev, olgas

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---

On v3:
 - Highlighted flow counters are supported only in MLNX_OFED. 

On v2:
 - Updated the OFED version for mlx4 guide as well.
---
 doc/guides/nics/mlx4.rst | 2 +-
 doc/guides/nics/mlx5.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
index 88161781c..13cc6ec8a 100644
--- a/doc/guides/nics/mlx4.rst
+++ b/doc/guides/nics/mlx4.rst
@@ -219,7 +219,7 @@ Current RDMA core package and Linux kernel (recommended)
 Mellanox OFED as a fallback
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- `Mellanox OFED`_ version: **4.2**.
+- `Mellanox OFED`_ version: **4.2, 4.3**.
 - firmware version: **2.42.5000** and above.
 
 .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index a9e4bf51a..d54ff760a 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -131,7 +131,7 @@ Limitations
 - A multi segment packet must have less than 6 segments in case the Tx burst function
   is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
   less than 50 segments.
-- Count action for RTE flow is only supported in Mellanox OFED 4.2.
+- Count action for RTE flow is **only supported in Mellanox OFED**.
 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
   to 0 are not supported.
 - VXLAN TSO and checksum offloads are not supported on VM.
@@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
 Mellanox OFED
 ^^^^^^^^^^^^^
 
-- Mellanox OFED version: **4.2**.
+- Mellanox OFED version: **4.2, 4.3**.
 - firmware version:
 
   - ConnectX-4: **12.21.1000** and above.
-- 
2.12.0

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

* Re: [dpdk-dev] [PATCH v3 1/2] doc: update mlx PMD release notes
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 " Shahaf Shuler
@ 2018-02-05 13:12     ` Nélio Laranjeiro
  2018-02-05 15:31     ` Adrien Mazarguil
  1 sibling, 0 replies; 12+ messages in thread
From: Nélio Laranjeiro @ 2018-02-05 13:12 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: adrien.mazarguil, yskoh, john.mcnamara, dev, olgas

On Mon, Feb 05, 2018 at 02:31:11PM +0200, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> 
> On v3:
>  - No change.
> 
> On v2:
>  - No change.
> 
> ---
>  doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
> index 689080bed..714a24388 100644
> --- a/doc/guides/rel_notes/release_18_02.rst
> +++ b/doc/guides/rel_notes/release_18_02.rst
> @@ -50,6 +50,33 @@ New Features
>    exiting. Not calling this function could result in leaking hugepages, leading
>    to failure during initialization of secondary processes.
>  
> +* **Updated mlx5 driver.**
> +
> +  Updated the mlx5 driver including the following changes:
> +
> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
> +    With the special compilation, the rdma-core libraries will be loaded only in case
> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
> +    requiring from every end user to install rdma-core.
> +  * Improved multi-segment packet performance.
> +  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
> +  * Extended statistics for physical port packet/byte counters.
> +  * Supported IPv4 time-to-live filter.
> +  * Converted to the new offloads API.
> +  * Supported device removal check operation.
> +
> +* **Updated mlx4 driver.**
> +
> +  Updated the mlx4 driver including the following changes:
> +
> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
> +    With the special compilation, the rdma-core libraries will be loaded only in case
> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
> +    requiring from every end user to install rdma-core.
> +  * Improved data path performance.
> +  * Converted to the new offloads API.
> +  * Supported device removal check operation.
> +
>  * **Added the ixgbe ethernet driver to support RSS with flow API.**
>  
>    Rte_flow actually defined to include RSS, but till now, RSS is out of
> -- 
> 2.12.0
 
For MLX5 part: Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

-- 
Nélio Laranjeiro
6WIND

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

* Re: [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version Shahaf Shuler
@ 2018-02-05 13:12     ` Nélio Laranjeiro
  2018-02-05 15:31     ` Adrien Mazarguil
  1 sibling, 0 replies; 12+ messages in thread
From: Nélio Laranjeiro @ 2018-02-05 13:12 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: adrien.mazarguil, yskoh, john.mcnamara, dev, olgas

On Mon, Feb 05, 2018 at 02:31:12PM +0200, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> 
> On v3:
>  - Highlighted flow counters are supported only in MLNX_OFED. 
> 
> On v2:
>  - Updated the OFED version for mlx4 guide as well.
> ---
>  doc/guides/nics/mlx4.rst | 2 +-
>  doc/guides/nics/mlx5.rst | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
> index 88161781c..13cc6ec8a 100644
> --- a/doc/guides/nics/mlx4.rst
> +++ b/doc/guides/nics/mlx4.rst
> @@ -219,7 +219,7 @@ Current RDMA core package and Linux kernel (recommended)
>  Mellanox OFED as a fallback
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -- `Mellanox OFED`_ version: **4.2**.
> +- `Mellanox OFED`_ version: **4.2, 4.3**.
>  - firmware version: **2.42.5000** and above.
>  
>  .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a9e4bf51a..d54ff760a 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -131,7 +131,7 @@ Limitations
>  - A multi segment packet must have less than 6 segments in case the Tx burst function
>    is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
>    less than 50 segments.
> -- Count action for RTE flow is only supported in Mellanox OFED 4.2.
> +- Count action for RTE flow is **only supported in Mellanox OFED**.
>  - Flows with a VXLAN Network Identifier equal (or ends to be equal)
>    to 0 are not supported.
>  - VXLAN TSO and checksum offloads are not supported on VM.
> @@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
>  Mellanox OFED
>  ^^^^^^^^^^^^^
>  
> -- Mellanox OFED version: **4.2**.
> +- Mellanox OFED version: **4.2, 4.3**.
>  - firmware version:
>  
>    - ConnectX-4: **12.21.1000** and above.
> -- 
> 2.12.0
 
For MLX5 part: Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

-- 
Nélio Laranjeiro
6WIND

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

* Re: [dpdk-dev] [PATCH v3 1/2] doc: update mlx PMD release notes
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 " Shahaf Shuler
  2018-02-05 13:12     ` Nélio Laranjeiro
@ 2018-02-05 15:31     ` Adrien Mazarguil
  2018-02-05 17:40       ` Ferruh Yigit
  1 sibling, 1 reply; 12+ messages in thread
From: Adrien Mazarguil @ 2018-02-05 15:31 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: nelio.laranjeiro, yskoh, john.mcnamara, dev, olgas

On Mon, Feb 05, 2018 at 02:31:11PM +0200, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

With one minor nit, rdma-core plug-in compilation hasn't been accepted
yet. Assuming it will:

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

> ---
> 
> On v3:
>  - No change.
> 
> On v2:
>  - No change.
> 
> ---
>  doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
> index 689080bed..714a24388 100644
> --- a/doc/guides/rel_notes/release_18_02.rst
> +++ b/doc/guides/rel_notes/release_18_02.rst
> @@ -50,6 +50,33 @@ New Features
>    exiting. Not calling this function could result in leaking hugepages, leading
>    to failure during initialization of secondary processes.
>  
> +* **Updated mlx5 driver.**
> +
> +  Updated the mlx5 driver including the following changes:
> +
> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
> +    With the special compilation, the rdma-core libraries will be loaded only in case
> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
> +    requiring from every end user to install rdma-core.
> +  * Improved multi-segment packet performance.
> +  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
> +  * Extended statistics for physical port packet/byte counters.
> +  * Supported IPv4 time-to-live filter.
> +  * Converted to the new offloads API.
> +  * Supported device removal check operation.
> +
> +* **Updated mlx4 driver.**
> +
> +  Updated the mlx4 driver including the following changes:
> +
> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
> +    With the special compilation, the rdma-core libraries will be loaded only in case
> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
> +    requiring from every end user to install rdma-core.
> +  * Improved data path performance.
> +  * Converted to the new offloads API.
> +  * Supported device removal check operation.
> +
>  * **Added the ixgbe ethernet driver to support RSS with flow API.**
>  
>    Rte_flow actually defined to include RSS, but till now, RSS is out of
> -- 
> 2.12.0
> 

-- 
Adrien Mazarguil
6WIND

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

* Re: [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version
  2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version Shahaf Shuler
  2018-02-05 13:12     ` Nélio Laranjeiro
@ 2018-02-05 15:31     ` Adrien Mazarguil
  1 sibling, 0 replies; 12+ messages in thread
From: Adrien Mazarguil @ 2018-02-05 15:31 UTC (permalink / raw)
  To: Shahaf Shuler; +Cc: nelio.laranjeiro, yskoh, john.mcnamara, dev, olgas

On Mon, Feb 05, 2018 at 02:31:12PM +0200, Shahaf Shuler wrote:
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

With one minor nit, title only mentions mlx5 while mlx4 is also affected:

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

> ---
> 
> On v3:
>  - Highlighted flow counters are supported only in MLNX_OFED. 
> 
> On v2:
>  - Updated the OFED version for mlx4 guide as well.
> ---
>  doc/guides/nics/mlx4.rst | 2 +-
>  doc/guides/nics/mlx5.rst | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
> index 88161781c..13cc6ec8a 100644
> --- a/doc/guides/nics/mlx4.rst
> +++ b/doc/guides/nics/mlx4.rst
> @@ -219,7 +219,7 @@ Current RDMA core package and Linux kernel (recommended)
>  Mellanox OFED as a fallback
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -- `Mellanox OFED`_ version: **4.2**.
> +- `Mellanox OFED`_ version: **4.2, 4.3**.
>  - firmware version: **2.42.5000** and above.
>  
>  .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a9e4bf51a..d54ff760a 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -131,7 +131,7 @@ Limitations
>  - A multi segment packet must have less than 6 segments in case the Tx burst function
>    is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
>    less than 50 segments.
> -- Count action for RTE flow is only supported in Mellanox OFED 4.2.
> +- Count action for RTE flow is **only supported in Mellanox OFED**.
>  - Flows with a VXLAN Network Identifier equal (or ends to be equal)
>    to 0 are not supported.
>  - VXLAN TSO and checksum offloads are not supported on VM.
> @@ -392,7 +392,7 @@ RMDA Core with Linux Kernel
>  Mellanox OFED
>  ^^^^^^^^^^^^^
>  
> -- Mellanox OFED version: **4.2**.
> +- Mellanox OFED version: **4.2, 4.3**.
>  - firmware version:
>  
>    - ConnectX-4: **12.21.1000** and above.
> -- 
> 2.12.0
> 

-- 
Adrien Mazarguil
6WIND

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

* Re: [dpdk-dev] [PATCH v3 1/2] doc: update mlx PMD release notes
  2018-02-05 15:31     ` Adrien Mazarguil
@ 2018-02-05 17:40       ` Ferruh Yigit
  0 siblings, 0 replies; 12+ messages in thread
From: Ferruh Yigit @ 2018-02-05 17:40 UTC (permalink / raw)
  To: Adrien Mazarguil, Shahaf Shuler
  Cc: nelio.laranjeiro, yskoh, john.mcnamara, dev, olgas

On 2/5/2018 3:31 PM, Adrien Mazarguil wrote:
> On Mon, Feb 05, 2018 at 02:31:11PM +0200, Shahaf Shuler wrote:
>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> 
> With one minor nit, rdma-core plug-in compilation hasn't been accepted
> yet. Assuming it will:
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Series applied to dpdk-next-net/master, thanks.


> 
>> ---
>>
>> On v3:
>>  - No change.
>>
>> On v2:
>>  - No change.
>>
>> ---
>>  doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++
>>  1 file changed, 27 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
>> index 689080bed..714a24388 100644
>> --- a/doc/guides/rel_notes/release_18_02.rst
>> +++ b/doc/guides/rel_notes/release_18_02.rst
>> @@ -50,6 +50,33 @@ New Features
>>    exiting. Not calling this function could result in leaking hugepages, leading
>>    to failure during initialization of secondary processes.
>>  
>> +* **Updated mlx5 driver.**
>> +
>> +  Updated the mlx5 driver including the following changes:
>> +
>> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
>> +    With the special compilation, the rdma-core libraries will be loaded only in case
>> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
>> +    requiring from every end user to install rdma-core.
>> +  * Improved multi-segment packet performance.
>> +  * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
>> +  * Extended statistics for physical port packet/byte counters.
>> +  * Supported IPv4 time-to-live filter.
>> +  * Converted to the new offloads API.
>> +  * Supported device removal check operation.
>> +
>> +* **Updated mlx4 driver.**
>> +
>> +  Updated the mlx4 driver including the following changes:
>> +
>> +  * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core.
>> +    With the special compilation, the rdma-core libraries will be loaded only in case
>> +    Mellanox device is being used. For binaries creation the PMD can be enabled, still not
>> +    requiring from every end user to install rdma-core.
>> +  * Improved data path performance.
>> +  * Converted to the new offloads API.
>> +  * Supported device removal check operation.
>> +
>>  * **Added the ixgbe ethernet driver to support RSS with flow API.**
>>  
>>    Rte_flow actually defined to include RSS, but till now, RSS is out of
>> -- 
>> 2.12.0
>>
> 

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

end of thread, other threads:[~2018-02-05 17:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 11:45 [dpdk-dev] [PATCH 1/2] doc: update mlx PMD release notes Shahaf Shuler
2018-02-01 11:45 ` [dpdk-dev] [PATCH 2/2] doc: update mlx5 required OFED version Shahaf Shuler
2018-02-04  7:06 ` [dpdk-dev] [PATCH v2 1/2] doc: update mlx PMD release notes Shahaf Shuler
2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 " Shahaf Shuler
2018-02-05 13:12     ` Nélio Laranjeiro
2018-02-05 15:31     ` Adrien Mazarguil
2018-02-05 17:40       ` Ferruh Yigit
2018-02-05 12:31   ` [dpdk-dev] [PATCH v3 2/2] doc: update mlx5 required OFED version Shahaf Shuler
2018-02-05 13:12     ` Nélio Laranjeiro
2018-02-05 15:31     ` Adrien Mazarguil
2018-02-04  7:08 ` [dpdk-dev] [PATCH v2 2/2] doc: update mlx PMD " Shahaf Shuler
2018-02-05  7:44   ` Nélio Laranjeiro

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