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 CD0BFA0A0E; Wed, 3 Feb 2021 07:32:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FB6824041A; Wed, 3 Feb 2021 07:32:45 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4EFED240419 for ; Wed, 3 Feb 2021 07:32:44 +0100 (CET) IronPort-SDR: jjuNcDps1A0PPIC5zNx4n9ywNk1VXmBnOzwWoNRX9hPZTSsgoSE0KmciOR9dQPMoeKYGW4UEz0 d1Qsbx7ttpCQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="180218106" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="180218106" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 22:32:41 -0800 IronPort-SDR: V9QPftf+/VmandGgqearKxLFnycdjYHsnDsmEPDZcwfBfsTeSQgK2S/b6OzB+vnd4Ewvog78mJ HO9RAWMQgKHg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="372265524" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 02 Feb 2021 22:32:40 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Feb 2021 22:32:40 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 3 Feb 2021 14:32:38 +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; Wed, 3 Feb 2021 14:32:38 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH v3]test_plans: adapt to rss refactor and add GTPoGRE packets Thread-Index: AQHW+dJlHHfuRIKMT0GaSvsCxoPx+KpF+QVA Date: Wed, 3 Feb 2021 06:32:38 +0000 Message-ID: <3e4d2ccafc4044ffac32194946e57fc3@intel.com> References: <20210202191358.6717-1-yuan.peng@intel.com> In-Reply-To: <20210202191358.6717-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 v3]test_plans: adapt to rss refactor and add GTPoGRE packets 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" > According to the RSS refactor, we changed the negative case, toeplitz cas= e and > symmetric cases > in such three test plans: > cvl_advanced_rss_test_plan.rst > cvl_advanced_rss_gtpu_test_plan.rst > cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp_test_plan.rst >=20 > add GTPoGRE packets check to cvl_advanced_rss_gtpu_test_plan.rst >=20 > Signed-off-by: Peng Yuan Applied, thanks