doc: update release notes with enic changes
authorJohn Daley <johndale@cisco.com>
Thu, 3 Nov 2016 18:01:33 +0000 (11:01 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 17:10:25 +0000 (18:10 +0100)
Signed-off-by: John Daley <johndale@cisco.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/features/enic.ini
doc/guides/rel_notes/release_16_11.rst

index 523d4f1..86576a7 100644 (file)
@@ -7,7 +7,7 @@
 Link status          = Y
 Link status event    = Y
 Queue start/stop     = Y
-MTU update           = P
+MTU update           = Y
 Jumbo frame          = Y
 Scattered Rx         = Y
 Promiscuous mode     = Y
index ea2683c..e72fca4 100644 (file)
@@ -106,6 +106,13 @@ New Features
   Eight new API's have been added to the ixgbe PMD for VF management from the PF.
   The declarations for the API's can be found in ``rte_pmd_ixgbe.h``.
 
+* **Updated the enic driver.**
+
+  * Use interrupt for link status checking instead of polling
+  * More flow director modes on UCS Blade with firmware version >= 2.0(13e)
+  * Full support for MTU update
+  * Support for rte_eth_rx_queue_count function
+
 * **Updated the QAT PMD.**
 
   The QAT PMD was updated with following support:
@@ -158,6 +165,12 @@ EAL
 Drivers
 ~~~~~~~
 
+* **enic: Fixed several flow director issues.**
+
+* **enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.**
+
+* **enic: Fixed high driver overhead when servicing Rx queues beyond the first.**
+
 
 Libraries
 ~~~~~~~~~