doc: update mlx release notes
authorShahaf Shuler <shahafs@mellanox.com>
Tue, 25 Apr 2017 11:49:58 +0000 (14:49 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Apr 2017 12:46:18 +0000 (14:46 +0200)
Update release notes for 17.05.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
doc/guides/rel_notes/release_17_05.rst

index b022f3f..6c202e6 100644 (file)
@@ -142,15 +142,21 @@ New Features
   * QinQ is not supported in Vector Mode on the i40e PMD.
   * Vector Mode must be disabled when using the QinQ Cloud Filter.
 
-* **Added TSO support for tunneled and non-tunneled packets on mlx5 driver.**
+* **Updated mlx5 PMD.**
 
-  Added support for Hardware TSO for tunneled and non-tunneled packets.
-  Tunneling protocols supported are GRE and VXLAN.
+  * Supported ether type in flow item.
+  * Extended IPv6 flow item with Vtc flow, Protocol and Hop limit.
+  * Supported flag flow action.
+  * Supported RSS action flow rule.
+  * Supported TSO for tunneled and non-tunneled packets.
+  * Supported hardware checksum offloads for tunneled packets.
+  * Supported user space Rx interrupt event.
+  * Enhanced multi-packet send function for ConnectX-5.
 
-* **Added support for Rx interrupts on mlx5 driver.**
+* **Updated mlx4 PMD.**
 
-  Rx queues can be armed with an interrupt which will trigger on the
-  next packet arrival.
+  * Supported basic flow items and actions.
+  * Supported device removal event.
 
 * **Updated the sfc_efx driver.**