From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 83822370 for ; Mon, 12 Dec 2016 11:32:27 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 12 Dec 2016 02:32:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,335,1477983600"; d="scan'208";a="1097962135" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga002.fm.intel.com with ESMTP; 12 Dec 2016 02:32:25 -0800 To: Jingjing Wu , dev@dpdk.org References: <1481294364-83505-1-git-send-email-jingjing.wu@intel.com> <1481369093-102492-1-git-send-email-jingjing.wu@intel.com> Cc: helin.zhang@intel.com From: Ferruh Yigit Message-ID: <1a2f298c-8eaa-ecb2-9ec8-a6e4f3340bad@intel.com> Date: Mon, 12 Dec 2016 10:32:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481369093-102492-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 10:32:28 -0000 On 12/10/2016 11:24 AM, Jingjing Wu wrote: > i40e base code upate. The main changes are: > - add clause22 and clause45 implementation for PHY registers accessing > - replace existing legacy memcpy() calls with i40e_memcpy() calls. > - use BIT() macro instead of bit fields > - add clear all WoL filters implementation > - add ERROR state for NVM update state machine > - add broadcast promiscuous control per VLAN > - remove unused X722_SUPPORT and I40E_NDIS_SUPPORT MARCOs > > v3: > * update commit log of few patches as issue fix > > v2: > * comments rework > * complie issue fix > * rebase to dpdk-next-net > > Jingjing Wu (31): > net/i40e/base: add encap csum VF offload flag > net/i40e/base: fix flow control set for 25G > net/i40e/base: remove unnecessary code > net/i40e/base: fix bit test mask > net/i40e/base: group base mode VF offload flags > net/i40e/base: fix long link down notification time > net/i40e/base: add media type detection for 25G link > net/i40e/base: add clause22 and clause45 implementation > net/i40e/base: add bus number info > net/i40e/base: add protocols when discover capabilities > net/i40e/base: fix unknown PHYs incorrect identification > net/i40e/base: replace memcpy > net/i40e/base: deprecating unused macro > net/i40e/base: remove FPK HyperV VF device ID > net/i40e/base: add FEC bits to PHY capabilities > net/i40e/base: use BIT() macro instead of bit fields > net/i40e/base: adjust 25G PHY type values > net/i40e/base: implement clear all WoL filters > net/i40e/base: implement set VSI full promisc mode > net/i40e/base: fix wol failure on PF reset > net/i40e/base: save link FEC info from link up event > net/i40e/base: fix NVM access intefering > net/i40e/base: change shift values to hex > net/i40e/base: comment that udp port must be in Host order > net/i40e/base: remove duplicate definitions > net/i40e/base: add ERROR state for NVM update state machine > net/i40e/base: add broadcast promiscuous control per VLAN > net/i40e/base: fix division by zero > net/i40e/base: fix byte order > net/i40e/base: remove unused macro > net/i40e: remove unused macro from PMD > <...> Series applied to dpdk-next-net/master, thanks.