From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id F2E8C8D9A for ; Tue, 27 Oct 2015 16:33:15 +0100 (CET) Received: by wikq8 with SMTP id q8so217237706wik.1 for ; Tue, 27 Oct 2015 08:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=eZ08W7CO/c/ry5gxy1TAPvNPj9qJWjyEuP0c1zi8unU=; b=EHnaSCG6yMCNWceRFQNWcdDH8I5FykfNb5ywv/aQwXgw/pCKAiYoq0jVocSNGS3A2G epvy6PPfy38j+wo+W2xHYjaSwF4QpowwlubxSQUdRZ78bTItaBsYihiYCtpzq9YrZ4eH zQAbZS3Xl3ES+nMA4zdP74x/2GuhMOiJDITk7DoKgahcrmKxavr15FRTVWFs8cu6ivue y/YtWXagpXoA1rduzfxSFKy3QUhW3MelfpxYO2ONbF3lrC57uoOAXDjJntPsDftsvi/C kTLiSFPcZGa8prWEPN0xOPcffiZwCQUCUPZUjywD4ZwVZE2CY6uufsSR4AJWv02Rz8YV OVzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=eZ08W7CO/c/ry5gxy1TAPvNPj9qJWjyEuP0c1zi8unU=; b=bTcCOw86pi+h0t+pJgA5p2yDs/wMhbQQcYmlMJ7YFDUvSLvaiqc2Dr90OzQteHcNbL iH0nSu/WIj4hnqW9mJv4yXZ0a6f6NrfPhtvkZndip4hq0pNX0sgT/sFAdwCnT+LghCWf nrU47cCARACQl5mClFo681DJmGY6uSYBU8r46KzSD5zFLoCb1UGfrC8DfLAQXxAjixzM WfvMS2xQPfHf8xjDbbZMfSGZG4A5EAjfprApR8XOj8LpiIbT6MWOCEh+aHvEdyhy1TLV wU/e14vIQ+jCn34iVS2+AjIAsXvvjr2DgjG6noZt5RPxJ7dzMKUOh8PAvGpquLUrhgk+ 0wag== X-Gm-Message-State: ALoCoQmRZ315C0KOApjRQ3A2QJAyDGFzD9ursOkuukGBS8932AgfvVoVgm8N88EOlYutLvt4lCKM X-Received: by 10.180.87.10 with SMTP id t10mr21847324wiz.79.1445959995699; Tue, 27 Oct 2015 08:33:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id pl7sm18186158wic.4.2015.10.27.08.33.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Oct 2015 08:33:15 -0700 (PDT) From: Thomas Monjalon To: Wenzhuo Lu Date: Tue, 27 Oct 2015 16:32:06 +0100 Message-ID: <2926566.0QgzZF02lo@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1444963882-30931-37-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> <1444963882-30931-37-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: , X-List-Received-Date: Tue, 27 Oct 2015 15:33:17 -0000 2015-10-16 10:51, Wenzhuo Lu: > 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 Is it really a feature? > + * 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 Some of theses features are not easy to understand. Please avoid to speak of the registers in the release notes. Something more high level is expected. > + See the git log for full details of the e1000/base changes. This last sentence is valuable for any entry in the release notes. Let's say it is implicit. > Resolved Issues > --------------- Some of the fixes above should be in this section. John, please could you check? Thanks