From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 08 Mar 2016 04:52:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="760192607" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by orsmga003.jf.intel.com with SMTP; 08 Mar 2016 04:52:56 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 12:52:55 +0025 Date: Tue, 8 Mar 2016 12:52:55 +0000 From: Bruce Richardson To: Remy Horton , helin.zhang@intel.com 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 Content-Disposition: inline In-Reply-To: <56DEA1A1.80808@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org 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 12:53:00 -0000 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