doc: update release notes for Mellanox drivers

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
This commit is contained in:
Shahaf Shuler 2018-08-05 14:13:17 +03:00 committed by Thomas Monjalon
parent 4996efd746
commit 997b32c20f
3 changed files with 17 additions and 2 deletions

View 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

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

View 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,