From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 21731235 for ; Tue, 26 Feb 2019 04:26:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 19:26:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,413,1544515200"; d="scan'208";a="323382258" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 25 Feb 2019 19:26:09 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 19:26:09 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 19:26:08 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 11:26:07 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/vhost_multi_queue_qemu: fix a minor typo Thread-Index: AQHUxRy7G+64Uy2+OkeM1cDYNKsWC6Xxe8VA Date: Tue, 26 Feb 2019 03:26:06 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA272D7@SHSMSX101.ccr.corp.intel.com> References: <20190215105322.5605-1-ramirose@gmail.com> In-Reply-To: <20190215105322.5605-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmZhY2RhOWEtNDA3My00NTM0LWIwMjItNDFhYmNjMmQ5Njk0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR2dKcW1FT2x5MU9vNUlYU0x1cU1aOFBjZjlKQnltN2JoaUp5am9QdXB5SDVLWDUrUFNWZFBHYWNGUG5oM2IzMyJ9 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/vhost_multi_queue_qemu: fix a minor 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: , X-List-Received-Date: Tue, 26 Feb 2019 03:26:10 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Friday, February 15, 2019 6:53 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] tests/vhost_multi_queue_qemu: fix a minor typo >=20 > This patch fixes a typo in vhost_multi_queue_qemu.py. >=20 > Signed-off-by: Rami Rosen > --- > tests/TestSuite_vhost_multi_queue_qemu.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vhost_multi_queue_qemu.py > b/tests/TestSuite_vhost_multi_queue_qemu.py > index e310a96..1232cf3 100644 > --- a/tests/TestSuite_vhost_multi_queue_qemu.py > +++ b/tests/TestSuite_vhost_multi_queue_qemu.py > @@ -172,7 +172,7 @@ class TestVhostUserOneCopyOneVm(TestCase): >=20 > def send_and_verify(self, verify_type): > """ > - Verify the virtio-pmd can recive the data before/after change qu= eue size > + Verify the virtio-pmd can receive the data before/after change q= ueue size > While verify_type is "vhost queue =3D virtio queue", the vhost s= hould forward > all set of data > While verify_type is "vhost queue < virtio queue", the vhost sho= uld forward > all set of data > While verify_type is "vhost queue > virtio queue", the vhost sho= uld forward > at least one set of data > -- > 2.19.2