[dpdk-dev] doc: update mlx4 and mlx5 release notes

Message ID 20170425114958.151811-1-shahafs@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Shahaf Shuler April 25, 2017, 11:49 a.m. UTC
  Update release notes for 17.05.

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

Comments

Ferruh Yigit April 26, 2017, 9:01 a.m. UTC | #1
On 4/25/2017 12:49 PM, Shahaf Shuler wrote:
> Update release notes for 17.05.
> 
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index ad20e8608..7d1c77983 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -136,15 +136,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.**
+* **Update mlx5 PMD.**
 
-  Added support for Hardware TSO for tunneled and non-tunneled packets.
-  Tunneling protocols supported are GRE and VXLAN.
+  * Support ether type in flow item.
+  * Extend IPv6 flow item with Vtc flow, Protocol and Hop limit.
+  * Support flag flow action.
+  * Support RSS action flow rule.
+  * Support TSO for tunneled and non-tunneled packets.
+  * Support Hardware checksum offloads for tunneled packets.
+  * Support user space Rx interrupt event.
+  * Enhanced multi-packet send function for ConnectX-5.
 
-* **Added support for Rx interrupts on mlx5 driver.**
+* **Update mlx4 PMD.**
 
-  Rx queues can be armed with an interrupt which will trigger on the
-  next packet arrival.
+  * Support for basic flow items and actions.
+  * Support device removal event.
 
 * **Updated the sfc_efx driver.**