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 DB5AFA0547; Sat, 24 Apr 2021 07:02:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5972340693; Sat, 24 Apr 2021 07:02:10 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 94E8640141 for ; Sat, 24 Apr 2021 07:02:08 +0200 (CEST) IronPort-SDR: LrHksOXcBXGthAIFrGsyO9QBDol/7rOGo+kGPWtBO7aTboM1oHa6YPwAcmVj3y4Ol19SVcgbdt U1jbO9ctLCxA== X-IronPort-AV: E=McAfee;i="6200,9189,9963"; a="176281659" X-IronPort-AV: E=Sophos;i="5.82,247,1613462400"; d="scan'208";a="176281659" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 22:02:07 -0700 IronPort-SDR: ntU4/He5z3QvLVg+OnfXndd2rnZos0Tp/r2lwuCHbd/35Bakc2AGIuc2ZQDT0gvVMbzVeFJmgT vZ8n69uKDOqA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,247,1613462400"; d="scan'208";a="525211230" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga001.fm.intel.com with ESMTP; 23 Apr 2021 22:02:07 -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.2106.2; Fri, 23 Apr 2021 22:02:06 -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.2106.2; Sat, 24 Apr 2021 13:02:04 +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.2106.013; Sat, 24 Apr 2021 13:02:04 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Xing, Beilei" , "Wu, Jingjing" Thread-Topic: [PATCH v1 1/2] common/iavf: add header types for PPPoL2TPv2oUDP Thread-Index: AQHXOBcfs6RGgJ4He0eLX2FFwgVhuarDHZ5w Date: Sat, 24 Apr 2021 05:02:04 +0000 Message-ID: <0b71d829bec046a4b4e84c01b68bb260@intel.com> References: <20210423080637.11879-1-ting.xu@intel.com> In-Reply-To: <20210423080637.11879-1-ting.xu@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 v1 1/2] common/iavf: add header types for PPPoL2TPv2oUDP 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: Xu, Ting > Sent: Friday, April 23, 2021 4:07 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing ; > Zhang, Qi Z ; Xu, Ting > Subject: [PATCH v1 1/2] common/iavf: add header types for PPPoL2TPv2oUDP >=20 > Added two virtchnl protocol header types for L2TPv2 and PPP to support th= e > RSS hash for PPPoL2TPv2oUDP. >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi