[dpdk-dev,2/2] doc: add mlx4 release notes to DPDK 2.1.0

Message ID 1439304165-28438-3-git-send-email-adrien.mazarguil@6wind.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Adrien Mazarguil Aug. 11, 2015, 2:42 p.m. UTC
  Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
---
 doc/guides/rel_notes/release_2_1.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
  

Comments

John McNamara Aug. 12, 2015, 6:38 a.m. UTC | #1
> -----Original Message-----
> From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com]
> Sent: Tuesday, August 11, 2015 3:43 PM
> To: Mcnamara, John
> Cc: dev@dpdk.org
> Subject: [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0
> 
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/release_2_1.rst b/doc/guides/rel_notes/release_2_1.rst
index c39418c..00edd4b 100644
--- a/doc/guides/rel_notes/release_2_1.rst
+++ b/doc/guides/rel_notes/release_2_1.rst
@@ -38,12 +38,32 @@  New Features
 
 *   TODO.
 
+*   Mellanox ConnectX-3 PMD (mlx4) enhancements.
+
+    *   Support Mellanox OFED 3.0.
+
+    *   Improved performance for both RX and TX operations.
+
+    *   Better link status information.
+
+    *   Outer L3/L4 checksum offload support.
+
+    *   Inner L3/L4 checksum offload support for VXLAN.
 
 Resolved Issues
 ---------------
 
 *   TODO.
 
+*   Mellanox ConnectX-3 PMD (mlx4) bugfixes.
+
+    *   Multiple VLAN filters support.
+
+    *   Compilation on 32 bit platforms.
+
+    *   Possible crash in case of mbuf allocation failure.
+
+    *   Compilation as a shared library.
 
 Known Issues
 ------------