[dpdk-dev] [PATCH v3 36/36] doc: update release notes for e1000 base code update

Wenzhuo Lu wenzhuo.lu at intel.com
Fri Oct 16 04:51:22 CEST 2015


Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
---
 doc/guides/rel_notes/release_2_2.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
index 5687676..36a9d69 100644
--- a/doc/guides/rel_notes/release_2_2.rst
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -4,6 +4,28 @@ DPDK Release 2.2
 New Features
 ------------
 
+* **Updated the e1000 base driver.**
+  The e1000 base driver was updated with several changes including the
+  following:
+
+  * Add some new i218 devices
+  * Fix issue with link flap on 82579
+  * Fix issue with jumbo frame CRC failures in client
+  * Add support for inverted format ETrackId
+  * Add flags to set eee advertisement modes
+  * Prevent ulp flow if cable connected
+  * Cleanup NAHUM6LP_HW tags
+  * Use the correct i210 register for EEMNGCTL
+  * Fix to enable both ulp and EEE in Sx state
+  * Fix link detect flow
+  * Set correct value of beacon duration
+  * Disable extension header parsing for IPv6
+  * Fix for i354 88E1112 PHY using AutoMedia Detect
+  * Implement 88E1543 PHY initialization
+  * Increase timeout of polling bit RSPCIPHY in check_reset_block
+  * Synchronization of MAC-PHY interface only on non- ME systems
+
+  See the git log for full details of the e1000/base changes.
 
 Resolved Issues
 ---------------
-- 
1.9.3



More information about the dev mailing list