[dpdk-dev] doc: fix mlx PMD release notes

Message ID 20170509121514.16874-1-shahafs@mellanox.com (mailing list archive)
State Superseded, archived
Headers

Checks

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

Commit Message

Shahaf Shuler May 9, 2017, 12:15 p.m. UTC
  Fixes: bae96f1c114e ("doc: update mlx release notes")

Acked-by: Olga Shern <olgas@mellanox.com>
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/rel_notes/release_17_05.rst | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
  

Comments

John McNamara May 9, 2017, 4:29 p.m. UTC | #1
> -----Original Message-----
> From: Shahaf Shuler [mailto:shahafs@mellanox.com]
> Sent: Tuesday, May 9, 2017 1:15 PM
> To: Mcnamara, John <john.mcnamara@intel.com>; thomas@monjalon.net
> Cc: dev@dpdk.org; olgas@mellanox.com
> Subject: [PATCH] doc: fix mlx PMD release notes
> 
> Fixes: bae96f1c114e ("doc: update mlx release notes")
> 
> Acked-by: Olga Shern <olgas@mellanox.com>
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>

Hi,

I made some fixes to the mlx4/5 sections of the release notes
in a tidying patch so this will conflict:

   http://dpdk.org/dev/patchwork/patch/24174/

I'll make these changes in my patch and submit a v2.

John
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 4b47ae1e1..1dc590183 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -144,18 +144,19 @@  New Features
 
 * **Updated mlx5 PMD.**
 
-  * 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.
+  * Generic flow API support for classification according to ether type.
+  * Extended Generic flow API support for classification of IPv6 flow
+    according to Vtc flow, Protocol and Hop limit.
+  * Generic flow API support for FLAG action.
+  * Generic flow API support for RSS action.
+  * Supported TSO for non-tunneled and VXLAN packets.
+  * Supported hardware Tx checksum offloads for VXLAN packets.
+  * Supported user space Rx interrupt mode.
+  * Improved ConnectX-5 single core and maximum performance.
 
 * **Updated mlx4 PMD.**
 
-  * Supported basic flow items and actions.
+  * Supported Generic flow API basic flow items and actions.
   * Supported device removal event.
 
 * **Updated the sfc_efx driver.**