From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 44B74A052B; Tue, 28 Jul 2020 03:32:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 197251BFF3; Tue, 28 Jul 2020 03:32:57 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B92B52B8D for ; Tue, 28 Jul 2020 03:32:55 +0200 (CEST) IronPort-SDR: qCipDvQzc1RoC4R6zfgar0Ktbkf/15WoTeHN6xjW9+1X1OxJB/5OypAGy4ypigz5Q8LlYzpniD f6IE5bUy6Y4w== X-IronPort-AV: E=McAfee;i="6000,8403,9695"; a="215666624" X-IronPort-AV: E=Sophos;i="5.75,404,1589266800"; d="scan'208";a="215666624" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2020 18:32:53 -0700 IronPort-SDR: ax4qMLHsyoqEtaQwt4TTx78bHbemHZVvIKS0hDTgSZInTOv+862RXsFK5h4SzTmCFRnV3Iuj+G bVJdbCHUbkVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,404,1589266800"; d="scan'208";a="272165892" Received: from unknown (HELO [10.67.68.176]) ([10.67.68.176]) by fmsmga007.fm.intel.com with ESMTP; 27 Jul 2020 18:32:51 -0700 To: Guinan Sun , dev@dpdk.org Cc: Beilei Xing References: <20200721074000.30449-1-guinanx.sun@intel.com> <20200727053451.22214-1-guinanx.sun@intel.com> From: Jeff Guo Message-ID: <1667fbde-843e-4aba-e7ec-112b1e11762b@intel.com> Date: Tue, 28 Jul 2020 09:32:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200727053451.22214-1-guinanx.sun@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 0/8] update i40e base code 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Acked-by: Jeff Guo On 7/27/2020 1:34 PM, Guinan Sun wrote: > update i40e base code. > > source code of i40e driver: > cid-i40e.2020.07.16.tar.gz dropped by the team which develop > basic drivers for any i40e NIC. > > changelog in ND share repo: > From fc99a1143d3f ("i40e-shared: FEC on/off support flag for X722") > To 673ff35c1c73 ("i40e-shared: Add support for firmware lockdown") > > The following commits are ignored. > ea2cd04e5db1 ("i40e-shared: do AQ calls without sleeping by default") > 4eec86f12992 ("i40e-shared: Fix undeclared i40e_asq_send_command() function") > 9d60cec99eb7 ("i40e-shared: Send rx ctl write command in atomic context") > a204afdc1cad ("i40e-shared: Send uc/mc commands in atomic context") > d22f8cb2a111 ("i40e-shared: Send commands in atomic context") > 136a7d931a45 ("i40e-shared: Fix improper preprocessor conditional") > > Guinan Sun (8): > net/i40e/base: enable FEC on/off flag setting for X722 > net/i40e/base: add PTYPE definition > net/i40e/base: add new custom cloud filter types > net/i40e/base: update FW API version to 1.11 > net/i40e/base: fix possible uninitialized variable > net/i40e/base: support unused ports disabling > net/i40e/base: replace AQ command for NVM update > net/i40e/base: update version > > drivers/net/i40e/base/README | 2 +- > drivers/net/i40e/base/i40e_adminq.c | 6 +++ > drivers/net/i40e/base/i40e_adminq_cmd.h | 19 +++++++- > drivers/net/i40e/base/i40e_common.c | 61 +++++++++++++++---------- > drivers/net/i40e/base/i40e_prototype.h | 6 ++- > drivers/net/i40e/base/i40e_type.h | 5 +- > 6 files changed, 70 insertions(+), 29 deletions(-) >