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 064E62C6A for ; Tue, 27 Jun 2017 16:25:24 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2017 07:25:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,399,1493708400"; d="scan'208";a="101934585" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 27 Jun 2017 07:25:22 -0700 To: Jingjing Wu , dev@dpdk.org Cc: helin.zhang@intel.com References: <1498570158-57201-1-git-send-email-jingjing.wu@intel.com> <1498572056-72971-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <1b312ab4-5ddf-eeef-6266-f07e12cf650a@intel.com> Date: Tue, 27 Jun 2017 15:25:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1498572056-72971-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 00/17] 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: Tue, 27 Jun 2017 14:25:25 -0000 On 6/27/2017 3:00 PM, Jingjing Wu wrote: > v4 changes: > - fix more checkpatch warnings > > v3 changes: > - extra patch to update README > - remove unnecessary code > - fix checkpatch warning > > v2 changes: > - fix compile issue > - update from package from 2017.05.24 to 2017.06.23 > > i40e base code upate. The main changes are: > - use virtchnl.h instead of i40e_virtchnl.h > - add support for Adaptive Virtual Function > - add new AQ commands for read/write PHY registers > - add new phy types for 25G > - extend processing of DDP > > Jingjing Wu (17): > net/i40e/base: use new virtchnl header file > net/i40e/base: sync nvmupdate command and adminq subtask > net/i40e/base: add AQ command for read/write PHY registers > net/i40e/base: add support for Adaptive Virtual Function > net/i40e/base: store the requested FEC information > net/i40e/base: add new phy types for 25G AOC and ACC > net/i40e/base: report supported link modes > net/i40e/base: track id can be 0 > net/i40e/base: update FW AQ API version to 1.7 > net/i40e/base: add support for switch parameters > net/i40e/base: use admin queue for setting LEDs behavior > net/i40e/base: avoid potential null pointer dereference > net/i40e/base: avoid reset timeout issue > net/i40e/base: add EEPROM checksum verification > net/i40e/base: extend processing of DDP > net/i40e: use set switch aq instead of register setting > net/i40e/base: update base code info Series applied to dpdk-next-net/master, thanks.