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 6599BA00E6 for ; Mon, 15 Apr 2019 22:02:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D645B1B3B9; Mon, 15 Apr 2019 22:02:24 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5E2C31B3B8 for ; Mon, 15 Apr 2019 22:02:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Apr 2019 13:02:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,354,1549958400"; d="scan'208";a="291796888" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 15 Apr 2019 13:02:22 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 15 Apr 2019 13:02:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 15 Apr 2019 13:02:22 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.39]) with mapi id 14.03.0415.000; Tue, 16 Apr 2019 04:02:20 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V2] tests/rss_to_rte_flow: fix a typo Thread-Index: AQHU8bzR3j3ewuNPE0agl/T3lNy/yqY9qLkQ Date: Mon, 15 Apr 2019 20:02:19 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA61BE7@SHSMSX101.ccr.corp.intel.com> References: <1555134603-23612-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1555134603-23612-1-git-send-email-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOThiNzgwNDQtNGQ5Yy00MmJhLThjZjMtZTdkZjExNmYyYzkwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic1ZES2dteXNlN1EybmFidTBxMEJscTY3MnNwRWhcL2FqWmRzbENVVmJvbWJqOGNnNUY5SkdyaWtNTTJHR1o4NksifQ== 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 V2] 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, April 12, 2019 10:50 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH V2] 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>a rss rule >=20 > Signed-off-by: Rami Rosen > --- > V2 changes: > * an rule->a rule (According to feedback from Lijuan) >=20 > 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 a 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