mlx5: add documentation
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index 97009f0..116162e 100644 (file)
@@ -4,6 +4,8 @@ DPDK Release 2.2
 New Features
 ------------
 
+* **Added e1000 Rx interrupt support.**
+
 * **Added igb TSO support for both PF and VF.**
 
 * **RSS enhancement on Intel x550 NIC**
@@ -11,13 +13,38 @@ New Features
   * Support 512 entries RSS redirection table.
   * Support per VF RSS redirection table.
 
+* **Flow director enhancement on Intel x550 NIC**
+
+  * Add 2 new flow director modes on x550.
+  * One is MAC VLAN mode, the other is tunnel mode.
+
+* **Added i40e vector RX/TX.**
+
+* **Added i40e flow control support.**
+
+* **Added fm10k TSO support for both PF and VF.**
+
+* **New NIC Boulder Rapid support.**
+
+  Boulder Rapid is a new NIC of Intel's fm10k family.
+
 * **Enhanced support for the Chelsio CXGBE driver.**
 
   *  Added support for Jumbo Frames.
   *  Optimize forwarding performance for Chelsio T5 40GbE cards.
 
+* **Added support for Mellanox ConnectX-4 adapters (mlx5).**
+
+  The mlx5 poll-mode driver implements support for Mellanox ConnectX-4 EN
+  and Mellanox ConnectX-4 Lx EN families of 10/25/40/50/100 Gb/s adapters.
+
+  Like mlx4, this PMD is only available for Linux and is disabled by default
+  due to external dependencies (libibverbs and libmlx5).
+
 * **Added vhost-user multiple queue support.**
 
+* **Added port hotplug support to xenvirt.**
+
 
 Resolved Issues
 ---------------