From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v5 00/29] i40e base driver update Date: Tue, 08 Mar 2016 09:55:45 +0000 Message-ID: <56DEA1A1.80808@intel.com> References: <1457278919-30800-1-git-send-email-helin.zhang@intel.com> <1457424877-26234-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org 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) In-Reply-To: <1457424877-26234-1-git-send-email-helin.zhang@intel.com> 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" 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