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 64803A0C53; Tue, 30 Nov 2021 04:27:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3897440683; Tue, 30 Nov 2021 04:27:08 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 7C8724003C for ; Tue, 30 Nov 2021 04:27:06 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10183"; a="223360554" X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="223360554" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2021 19:26:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="458675865" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 29 Nov 2021 19:26:50 -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.2308.20; Mon, 29 Nov 2021 19:26:49 -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.2308.20; Tue, 30 Nov 2021 11:26:47 +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.2308.020; Tue, 30 Nov 2021 11:26:47 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" , "Fu, Qi" CC: "Xu, HailinX" Subject: RE: [dts][PATCH v3 1/3] test_plans/cvl_rss_configure: change test plan Thread-Topic: [dts][PATCH v3 1/3] test_plans/cvl_rss_configure: change test plan Thread-Index: AQHX4ONbrGrn4A4a2UCgNbzrn2wXRawbci6g Date: Tue, 30 Nov 2021 03:26:46 +0000 Message-ID: References: <20211124105815.32225-1-hailinx.xu@intel.com> <20211124105815.32225-2-hailinx.xu@intel.com> In-Reply-To: <20211124105815.32225-2-hailinx.xu@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.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Hailin Xu > Sent: 2021=1B$BG/=1B(B11=1B$B7n=1B(B24=1B$BF|=1B(B 18:58 > To: dts@dpdk.org; Fu, Qi > Cc: Xu, HailinX > Subject: [dts][PATCH v3 1/3] test_plans/cvl_rss_configure: change test pl= an >=20 > 1. When all/default RSS types are enabled, ip/tcp/udp/sctp types of packe= ts > have hash value, when the input set is changed, the hash value should cha= nge. > 2. When enable the specified RSS type, packets of matched type have hash,= the > packet input set of match type change, the hash value should also change,= while > packets of unmatched type have no hash value. > example: > enable tcp rss, send ipv4/ipv6 tcp packets, these packets have hash val= ue, > when these packets input set change, hash value should also change. > when send ip/sctp/udp packets should be no hash value. >=20 > Signed-off-by: Hailin Xu Please fix issues: cvl_rss_configure_test_plan.rst:473: WARNING: Enumerated list ends without = a blank line; unexpected unindent. cvl_rss_configure_test_plan.rst:541: WARNING: Enumerated list ends without = a blank line; unexpected unindent. cvl_rss_configure_test_plan.rst:609: WARNING: Enumerated list ends without = a blank line; unexpected unindent.