From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8412D2C53 for ; Tue, 8 Mar 2016 10:55:47 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 08 Mar 2016 01:55:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="929194142" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.30]) ([163.33.230.30]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2016 01:55:45 -0800 Message-ID: <56DEA1A1.80808@intel.com> Date: Tue, 08 Mar 2016 09:55:45 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@dpdk.org References: <1457278919-30800-1-git-send-email-helin.zhang@intel.com> <1457424877-26234-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1457424877-26234-1-git-send-email-helin.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 00/29] i40e base driver 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, 08 Mar 2016 09:55:48 -0000 On 08/03/2016 08:14, Helin Zhang wrote: > v5: > - rebased the patch set ontop of maintainer's branch rel_16_04. > > Helin Zhang (29): > i40e/base: fix compilation warnings > i40e/base: acquire NVM ownership before reading it > i40e/base: add hw flag for X722 register access > i40e/base: add X722 support on nvm read > i40e/base: limit version check of DCB > i40e/base: fix missing check for stopped admin queue > i40e/base: set aq count after memory allocation > i40e/base: fix uncertain event descriptor issue > i40e: update device id > i40e/base: fix up recent wol bits for X722_SUPPORT > i40e/base: fix up recent proxy bits for X722_SUPPORT > i40e/base: unify the capability function > i40e/base: fix for PHY NVM interaction problem > i40e/base: set shared bit for multicast filters > i40e/base: support operating port mirroring rules > i40e: add VEB stat control > i40e/base: implement new API function > i40e/base: add functions to blink led > i40e/base: apply promisc mode to Tx Traffic > i40e/base: fix driver load failure > i40e/base: save off VSI resource count > i40e/base: coding style fixes > i40e: use AQ rx control register read/write > i40e: expose some registers > i40e/base: add a new Virtchnl offload > i40e/base: add AQ thermal sensor control struct > i40e: update structure and macro definitions > i40e: add base driver release info > i40evf: use base driver defined interface Acked-by: Remy Horton