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 9EF01A05D3 for ; Sun, 24 Mar 2019 09:15:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E8311B7D5; Sun, 24 Mar 2019 09:15:28 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B732B1B729 for ; Sun, 24 Mar 2019 09:15:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2019 01:15:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="129696120" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 24 Mar 2019 01:15:24 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 01:15:24 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 01:15:24 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.158]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.80]) with mapi id 14.03.0415.000; Sun, 24 Mar 2019 16:15:22 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/dynamic_queue: fix a typo Thread-Index: AQHU4KESMatTFl+EhE+EHRxBiktSHKYaciSQ Date: Sun, 24 Mar 2019 08:15:21 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA45941@SHSMSX101.ccr.corp.intel.com> References: <20190322111755.12671-1-ramirose@gmail.com> In-Reply-To: <20190322111755.12671-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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzIxOWIxNWMtMDJmNS00ZDFkLTk1MWQtZmVlNDdhNDZjNDkxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRTV5ZUk0aVgzdVkrbkVmMzZzS1lEcTY3Y2ZkY3RGNHFuck9aOVBJVDFlNzZnVXVRd3M0K1d3RExPSmZLekpGeiJ9 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/dynamic_queue: 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, March 22, 2019 4:18 AM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] tests/dynamic_queue: fix a typo >=20 > This patch fixes a trivial typo in dynamic queue test module. > forville->fortville >=20 > Signed-off-by: Rami Rosen > --- > tests/TestSuite_dynamic_queue.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_dynamic_queue.py > b/tests/TestSuite_dynamic_queue.py > index 34a9363..8e3fdb9 100644 > --- a/tests/TestSuite_dynamic_queue.py > +++ b/tests/TestSuite_dynamic_queue.py > @@ -27,7 +27,7 @@ class TestDynamicQueue(TestCase): > self.dut_testpmd =3D PmdOutput(self.dut) >=20 > def set_up(self): > - # Because of forville spirit limitation,can't use 2 ports for te= sting > + # Because of fortville spirit limitation,can't use 2 ports for t= esting > if (self.nic in ["fortville_spirit"]): > self.dut_testpmd.start_testpmd( > "Default", "--port-topology=3Dchained --txq=3D%s --rxq= =3D%s" > -- > 2.19.2