From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8B306A0096 for ; Fri, 12 Apr 2019 18:30:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 73AB11B2AD; Fri, 12 Apr 2019 18:30:02 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E22BC1B29A for ; Fri, 12 Apr 2019 18:30:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2019 09:30:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,341,1549958400"; d="scan'208";a="133819582" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 12 Apr 2019 09:29:59 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 12 Apr 2019 09:29:59 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 12 Apr 2019 09:29:59 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Sat, 13 Apr 2019 00:29:56 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/rss_to_rte_flow: fix a typo Thread-Index: AQHU8QLdi0G4+0qX/EOGe1IJhbgHD6Y4t8nA Date: Fri, 12 Apr 2019 16:29:56 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA60C22@SHSMSX101.ccr.corp.intel.com> References: <20190412073845.3506-1-ramirose@gmail.com> In-Reply-To: <20190412073845.3506-1-ramirose@gmail.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGFjNTMzNGYtZTRiOC00MjJkLWI2MmMtNzY2MGMzMWYzOTdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYjNrNEpQZkFadmFKUEl6M2JNQzg4S1ZnRVFwdjMrWndvUE1heExkSmtKSDU3NnNIaFwvQzhYNm1heGJ0SUpGeE0ifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests/rss_to_rte_flow: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" Hi Rami, I think it is a rss rule > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, April 12, 2019 12:39 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] tests/rss_to_rte_flow: fix a typo >=20 > This patch fixes a typo in RSS to rte_flow test module: > a rss rult=3D>an rss rule >=20 > Signed-off-by: Rami Rosen > --- > tests/TestSuite_rss_to_rte_flow.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_rss_to_rte_flow.py > b/tests/TestSuite_rss_to_rte_flow.py > index 12c13e7..0053c12 100644 > --- a/tests/TestSuite_rss_to_rte_flow.py > +++ b/tests/TestSuite_rss_to_rte_flow.py > @@ -436,7 +436,7 @@ class TestRSS_to_Rteflow(TestCase): >=20 > self.verify((key in out2) and (out1 !=3D out2) and (list1 !=3D l= ist2), "the key > setting doesn't take effect.") >=20 > - # Create a rss rult with truncating key_len > + # Create an rss rule with truncating key_len > self.dut.send_expect("flow flush 0", "testpmd> ") > key =3D > "1234567890123456789012345678901234567890FFFFFFFFFFFF1234567890123 > 456789012345678901234567890FFFFFFFFFFFF" > key_len =3D "50" > -- > 2.19.2