[dpdk-dev,1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0

Message ID 1439304165-28438-2-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_0.rst | 6 ++++++
 1 file changed, 6 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 1/2] doc: add missing release notes for mlx4 availability

> in DPDK 2.0.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_0.rst b/doc/guides/rel_notes/release_2_0.rst
index 4341a0c..62737ae 100644
--- a/doc/guides/rel_notes/release_2_0.rst
+++ b/doc/guides/rel_notes/release_2_0.rst
@@ -123,6 +123,12 @@  New Features
 
     *   Support for VXLAN packet on IntelĀ® 40GbE Controllers
 
+*   Poll Mode Driver for Mellanox ConnectX-3 EN adapters (mlx4)
+
+.. note:: This PMD is only available for Linux and is disabled by default
+          due to external dependencies (libibverbs and libmlx4). Please
+          refer to the NIC drivers guide for more information.
+
 *   Packet Distributor Sample Application
 
 *   Job Stats library and Sample Application.