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 1052DA0C41; Tue, 7 Sep 2021 10:03:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BD1B410EC; Tue, 7 Sep 2021 10:03:32 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D90DC410EB for ; Tue, 7 Sep 2021 10:03:30 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10099"; a="220185830" X-IronPort-AV: E=Sophos;i="5.85,274,1624345200"; d="scan'208";a="220185830" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2021 01:03:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,274,1624345200"; d="scan'208";a="537821749" Received: from npg-dpdk-haiyue-2.sh.intel.com ([10.67.119.63]) by FMSMGA003.fm.intel.com with ESMTP; 07 Sep 2021 01:03:27 -0700 From: Haiyue Wang To: dev@dpdk.org Cc: Haiyue Wang Date: Tue, 7 Sep 2021 15:33:00 +0800 Message-Id: <20210907073304.73548-1-haiyue.wang@intel.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210817071652.9939-1-haiyue.wang@intel.com> References: <20210817071652.9939-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" v3: adjust the commit title. v2: update the commit message. Alvin Zhang (1): common/iavf: enable hash calculation based on L4 checksum Haiyue Wang (2): common/iavf: remove the FDIR query opcode common/iavf: update the driver version Junfeng Guo (1): common/iavf: add QFI fields for GTPU UL and DL drivers/common/iavf/README | 2 +- drivers/common/iavf/virtchnl.h | 46 ++++++---------------------------- 2 files changed, 9 insertions(+), 39 deletions(-) -- 2.33.0