From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 00/29] i40e base driver update Date: Tue, 8 Mar 2016 12:52:55 +0000 Message-ID: <20160308125255.GB8716@bricha3-MOBL3> References: <1457278919-30800-1-git-send-email-helin.zhang@intel.com> <1457424877-26234-1-git-send-email-helin.zhang@intel.com> <56DEA1A1.80808@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Remy Horton , helin.zhang@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2E5BD2142 for ; Tue, 8 Mar 2016 13:53:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <56DEA1A1.80808@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 Tue, Mar 08, 2016 at 09:55:45AM +0000, Remy Horton wrote: > > 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 > Series applied to dpdk-next-net/rel_16_04 /Bruce