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 BA8E4A0524; Mon, 27 Jul 2020 08:44:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 84CC01BFE8; Mon, 27 Jul 2020 08:44:47 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id CEB191BFE8 for ; Mon, 27 Jul 2020 08:44:45 +0200 (CEST) IronPort-SDR: CGBNP1sSgyFM53moZ9o3czbtf7JskBn8ho0yuNLwtoH1TbjJbGOdW/BZBe3vec7VsiUEptWD+S 4q42LD0Mtbkg== X-IronPort-AV: E=McAfee;i="6000,8403,9694"; a="215512303" X-IronPort-AV: E=Sophos;i="5.75,401,1589266800"; d="scan'208";a="215512303" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2020 23:44:44 -0700 IronPort-SDR: FqXraS+2wP0KwK846qt+zDUD+z3OA2pp6uXjQ6BqDZ+S4DlXXaIerwhqiChvYaK8BO7fa+LzJW hsbxT8SHuVXg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,401,1589266800"; d="scan'208";a="327919282" Received: from jguo15x-mobl.ccr.corp.intel.com (HELO [10.67.68.176]) ([10.67.68.176]) by FMSMGA003.fm.intel.com with ESMTP; 26 Jul 2020 23:44:43 -0700 To: Guinan Sun , dev@dpdk.org Cc: Beilei Xing , Jacek Naczyk References: <20200721074000.30449-1-guinanx.sun@intel.com> <20200727053451.22214-1-guinanx.sun@intel.com> <20200727053451.22214-5-guinanx.sun@intel.com> From: Jeff Guo Message-ID: <86a1779f-fc3c-f668-387a-0652c813c740@intel.com> Date: Mon, 27 Jul 2020 14:44:42 +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-5-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 4/8] net/i40e/base: update FW API version to 1.11 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: > Upcoming FW increment API version to 1.11 due to new bit and new > fields in the Replace Cloud Filters AQ command. > > Signed-off-by: Jacek Naczyk > Signed-off-by: Guinan Sun > --- > V2: > * Modify commit message. > --- > drivers/net/i40e/base/i40e_adminq_cmd.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/i40e/base/i40e_adminq_cmd.h b/drivers/net/i40e/base/i40e_adminq_cmd.h > index 21f544840..e1018ed49 100644 > --- a/drivers/net/i40e/base/i40e_adminq_cmd.h > +++ b/drivers/net/i40e/base/i40e_adminq_cmd.h > @@ -13,7 +13,7 @@ > > #define I40E_FW_API_VERSION_MAJOR 0x0001 > #define I40E_FW_API_VERSION_MINOR_X722 0x000A > -#define I40E_FW_API_VERSION_MINOR_X710 0x000A > +#define I40E_FW_API_VERSION_MINOR_X710 0x000B > > #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ > I40E_FW_API_VERSION_MINOR_X710 : \