doc: update release notes for Mellanox drivers
authorShahaf Shuler <shahafs@mellanox.com>
Sun, 5 Aug 2018 11:13:17 +0000 (14:13 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Aug 2018 22:58:02 +0000 (00:58 +0200)
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
doc/guides/nics/mlx4.rst
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_18_08.rst

index 7cfbda3..4a57c7a 100644 (file)
@@ -213,7 +213,7 @@ Current RDMA core package and Linux kernel (recommended)
 Mellanox OFED as a fallback
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- `Mellanox OFED`_ version: **4.3**.
+- `Mellanox OFED`_ version: **4.3, 4.4**.
 - firmware version: **2.42.5000** and above.
 
 .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
index 4d692fa..52e1213 100644 (file)
@@ -506,7 +506,7 @@ RMDA Core with Linux Kernel
 Mellanox OFED
 ^^^^^^^^^^^^^
 
-- Mellanox OFED version: **4.2, 4.3**.
+- Mellanox OFED version: **4.3, 4.4**.
 - firmware version:
 
   - ConnectX-4: **12.21.1000** and above.
index a3546c8..b3f5319 100644 (file)
@@ -76,6 +76,21 @@ New Features
   * Add handlers to add/delete VxLAN port number.
   * Add devarg to specify ingress VLAN rewrite mode.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+  * Added port representors support.
+  * Added Flow API support for e-switch rules.
+    Supported ACTION_PORT_ID, ACTION_DROP, ACTION_OF_POP_VLAN,
+    ACTION_OF_PUSH_VLAN, ACTION_OF_SET_VLAN_VID, ACTION_OF_SET_VLAN_PCP
+    and ITEM_PORT_ID.
+  * Supported 32-bit compilation.
+
+* **Added TSO support for mlx4 driver.**
+
+  The support is from MLNX_OFED_4.4 and above.
+
 * **SoftNIC PMD rework.**
 
   The SoftNIC PMD infrastructure is restructured to use the Packet Framework,