From patchwork Fri Oct 16 02:51:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenzhuo Lu X-Patchwork-Id: 7680 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 0D07295A6; Fri, 16 Oct 2015 04:52:55 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 07DF9924E for ; Fri, 16 Oct 2015 04:52:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 15 Oct 2015 19:52:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,687,1437462000"; d="scan'208";a="581836632" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 15 Oct 2015 19:52:50 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9G2qmXV029466; Fri, 16 Oct 2015 10:52:48 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t9G2qiKj031218; Fri, 16 Oct 2015 10:52:46 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9G2qiTi031214; Fri, 16 Oct 2015 10:52:44 +0800 From: Wenzhuo Lu To: dev@dpdk.org Date: Fri, 16 Oct 2015 10:51:22 +0800 Message-Id: <1444963882-30931-37-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1444963882-30931-1-git-send-email-wenzhuo.lu@intel.com> References: <1444804479-14840-1-git-send-email-wenzhuo.lu@intel.com> <1444963882-30931-1-git-send-email-wenzhuo.lu@intel.com> Subject: [dpdk-dev] [PATCH v3 36/36] doc: update release notes for e1000 base code update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Wenzhuo Lu --- 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 ---------------