From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02341A0C45; Mon, 13 Sep 2021 02:46:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83AD34014F; Mon, 13 Sep 2021 02:46:25 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id E3F9640041 for ; Mon, 13 Sep 2021 02:46:23 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10105"; a="208634507" X-IronPort-AV: E=Sophos;i="5.85,288,1624345200"; d="scan'208";a="208634507" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2021 17:46:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,288,1624345200"; d="scan'208";a="451346043" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga002.jf.intel.com with ESMTP; 12 Sep 2021 17:46:22 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Sun, 12 Sep 2021 17:46:22 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 13 Sep 2021 08:46:20 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Mon, 13 Sep 2021 08:46:20 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Wang, Haiyue" Thread-Topic: [dpdk-dev] [PATCH v3 0/4] iavf base code update Thread-Index: AQHXo77kKjHAK7+1yUG4THxqA/dZdKuhKeHg Date: Mon, 13 Sep 2021 00:46:20 +0000 Message-ID: <1224c9ca761942988503f33f2d5179ed@intel.com> References: <20210817071652.9939-1-haiyue.wang@intel.com> <20210907073304.73548-1-haiyue.wang@intel.com> In-Reply-To: <20210907073304.73548-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/4] iavf base code update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > -----Original Message----- > From: dev On Behalf Of Haiyue Wang > Sent: Tuesday, September 7, 2021 3:33 PM > To: dev@dpdk.org > Cc: Wang, Haiyue > Subject: [dpdk-dev] [PATCH v3 0/4] iavf base code update >=20 > v3: adjust the commit title. > v2: update the commit message. >=20 > Alvin Zhang (1): > common/iavf: enable hash calculation based on L4 checksum >=20 > Haiyue Wang (2): > common/iavf: remove the FDIR query opcode > common/iavf: update the driver version >=20 > Junfeng Guo (1): > common/iavf: add QFI fields for GTPU UL and DL >=20 > drivers/common/iavf/README | 2 +- > drivers/common/iavf/virtchnl.h | 46 ++++++---------------------------- > 2 files changed, 9 insertions(+), 39 deletions(-) >=20 > -- > 2.33.0 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi