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 0E27CA04B5; Fri, 11 Sep 2020 10:08:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56EB81C0D2; Fri, 11 Sep 2020 10:08:47 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C1F641C0D1 for ; Fri, 11 Sep 2020 10:08:45 +0200 (CEST) IronPort-SDR: i5wHOHTHh2VcmjmLt9shLeywj50tsrTb+K3HSGWNsKrEDSBy+dBqcp37rBNMqXqg2bjn0BnNxT byJ9oH4dp5SQ== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="158750356" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="158750356" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:08:44 -0700 IronPort-SDR: iebdeu4asxMlOp0c44APDpIc/gZUWBz5CYHIdxIuj9tTYLM/IQV0OziKd6UNlKdojCzPAfgeoN 2W1hEvL4nfxQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="378487809" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 11 Sep 2020 01:08:44 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 11 Sep 2020 01:08:43 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 11 Sep 2020 16:08:41 +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.1713.004; Fri, 11 Sep 2020 16:08:41 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/5] iavf base code update Thread-Index: AQHWh9qbGrJrQw+4/0Cg8JYBtJDj1KliXVAAgAC4cJA= Date: Fri, 11 Sep 2020 08:08:41 +0000 Message-ID: <5df33c1349b54ab19ea8863c7f4778a4@intel.com> References: <20200911013038.19744-1-qi.z.zhang@intel.com> In-Reply-To: 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.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" > -----Original Message----- > From: Xing, Beilei > Sent: Friday, September 11, 2020 1:08 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH 0/5] iavf base code update >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Friday, September 11, 2020 9:31 AM > > To: Xing, Beilei > > Cc: dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH 0/5] iavf base code update > > > > 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(-) > > > > -- > > 2.13.6 >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi