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 DDAC5A0561; Thu, 4 Mar 2021 09:32:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C391740684; Thu, 4 Mar 2021 09:32:21 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3BF3740147 for ; Thu, 4 Mar 2021 09:32:19 +0100 (CET) IronPort-SDR: X1d7QAqU3EF/aM6Hy0iSAK+b1ESGupxqigQiSIEll0p6Q+0g2jT3WGUh5DdmPwFqfPg9VB4m2G M2pfmGIbuvcQ== X-IronPort-AV: E=McAfee;i="6000,8403,9912"; a="251412889" X-IronPort-AV: E=Sophos;i="5.81,222,1610438400"; d="scan'208";a="251412889" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2021 00:32:05 -0800 IronPort-SDR: 8GG2whwZcfDJxjX3+2pUEL6K783ee9Aqx/Wto+Hplbg1n6cj059zQKfPdWYLUYKXVKlM5lHCQs s4gkdfpB1L1A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,222,1610438400"; d="scan'208";a="445641654" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga001.jf.intel.com with ESMTP; 04 Mar 2021 00:32:05 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 4 Mar 2021 00:32:04 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 4 Mar 2021 16:32:02 +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; Thu, 4 Mar 2021 16:32:02 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH v2]tests: add gtpogre packet check to TestSuite_cvl_advanced_iavf_rss_gtpu.py Thread-Index: AQHXEBpLrQmMqp0KEUCSAXdFfX4kzqpzgQSg Date: Thu, 4 Mar 2021 08:32:02 +0000 Message-ID: <7cacd1539c0b49088f13a4a5efc2e948@intel.com> References: <20210303034409.67760-1-yuan.peng@intel.com> In-Reply-To: <20210303034409.67760-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 v2]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 Applied, thanks