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 DEDE6A054A; Fri, 19 Feb 2021 08:20:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDD17160865; Fri, 19 Feb 2021 08:20:26 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 4374A40042 for ; Fri, 19 Feb 2021 08:20:24 +0100 (CET) IronPort-SDR: RMdcysmmMetiS9lzpHVDk3B7Oh+jaK3DgYGQR2/PaEO/zgs29sJmD6cEIT1EOlIbiNi4BSGLSm WR9AFsx/hdnQ== X-IronPort-AV: E=McAfee;i="6000,8403,9899"; a="163544089" X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="163544089" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2021 23:20:24 -0800 IronPort-SDR: N/EHMreOjvC/fktAoelJMwCmKxIUibvpv4a4bxzadLkTnfwCIbJApjyuCrpINg0/vF3kUMZseN 9ilIrrvr1AoQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,189,1610438400"; d="scan'208";a="428683386" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 18 Feb 2021 23:20:24 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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.2106.2; Thu, 18 Feb 2021 23:20:23 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 19 Feb 2021 15:20: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.2106.002; Fri, 19 Feb 2021 15:20:20 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH v1]tests: add gtpogre packet check to TestSuite_cvl_advanced_iavf_rss_gtpu.py Thread-Index: AQHW+s6IsAY40kLpGkO+DJcZnRhGrqpfKaNw Date: Fri, 19 Feb 2021 07:20:20 +0000 Message-ID: <6a4810b8e95947ea87885e0dd65ecde7@intel.com> References: <20210204011841.19306-1-yuan.peng@intel.com> In-Reply-To: <20210204011841.19306-1-yuan.peng@intel.com> Accept-Language: zh-CN, 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: [dts] [PATCH v1]tests: add gtpogre packet check to TestSuite_cvl_advanced_iavf_rss_gtpu.py X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > GTPoGRE is imported in DPDK-21.02. > The Ptype is parsed same as GTP packet, so they match gtp RSS rule. > Add GTPoGRE packets check to TestSuite_cvl_advanced_iavf_rss_gtpu.py >=20 > Signed-off-by: Peng Yuan Sorry, merge conflict, please rework