From patchwork Fri Sep 11 01:30:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 77256 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1AD38A04B7; Fri, 11 Sep 2020 03:26:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F9B61B13C; Fri, 11 Sep 2020 03:26:45 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E3D0F8F96 for ; Fri, 11 Sep 2020 03:26:43 +0200 (CEST) IronPort-SDR: TJo9ryJRh4HoUyTTSjmEgg4Pcp7K22wX26NZ1XZFcmcOz1fxqv+vvR0bG1jBV3egoFq1m88zcj jdUL0OzAny1g== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="159614165" X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="159614165" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2020 18:26:42 -0700 IronPort-SDR: OdrW+IM93Hj1kBvUF51obAuBIrR4NZas9lnilbE1jANvRL5ZZ8gH3e2lcOql7zU7WjedNHdyTT E/1UZkanegiA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="334362151" Received: from dpdk51.sh.intel.com ([10.67.111.82]) by orsmga008.jf.intel.com with ESMTP; 10 Sep 2020 18:26:41 -0700 From: Qi Zhang To: beilei.xing@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Fri, 11 Sep 2020 09:30:33 +0800 Message-Id: <20200911013038.19744-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH 0/5] iavf 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Couple virtual channel updates. Qi Zhang (5): common/iavf: use pad byte to specify MAC type common/iavf: minor code clean on virtchnl common/iavf: save max MTU received from PF common/iavf: add GTPC support common/iavf: add proto hdr field support for ipv6 prefix drivers/common/iavf/iavf_common.c | 1 + drivers/common/iavf/iavf_type.h | 1 + drivers/common/iavf/virtchnl.h | 58 +++++++++++++++++++++++++++++++++------ 3 files changed, 52 insertions(+), 8 deletions(-) Acked-by: Beilei Xing