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 82A391E34 for ; Tue, 26 Feb 2019 03:55:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 18:55:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,413,1544515200"; d="scan'208";a="136283170" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 25 Feb 2019 18:55:27 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 18:55:27 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Feb 2019 18:55:27 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by shsmsx102.ccr.corp.intel.com ([169.254.2.207]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 10:55:25 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] test_plans: fix a typo in vhost_pmd_xstats test plan Thread-Index: AQHUwdgi3ZUOmSzQjUGt2h//l3iLzKXxebew Date: Tue, 26 Feb 2019 02:55:24 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA271A9@SHSMSX101.ccr.corp.intel.com> References: <1549868642-54354-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1549868642-54354-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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2IyM2M2OTAtYmI2ZC00MzcxLThhYzEtZGUwMzYxMjY4MjRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRFN6a1wvNnZZdHJjQWF3SzdJZlpqNDJ3WXl5a0E1R3VcL0xybmVLWENidFJ5dVV4WUZ4b1djZFlcL0Y2Sll0XC9Dc0oifQ== 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] test_plans: fix a typo in vhost_pmd_xstats test plan 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 02:55:28 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, February 11, 2019 3:04 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] test_plans: fix a typo in vhost_pmd_xstats test pl= an >=20 > This patch fixes a typo in vhost_pmd_xstats test plan. >=20 > Signed-off-by: Rami Rosen > --- > test_plans/vhost_pmd_xstats_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/test_plans/vhost_pmd_xstats_test_plan.rst > b/test_plans/vhost_pmd_xstats_test_plan.rst > index 247fff5..5ae1dd1 100644 > --- a/test_plans/vhost_pmd_xstats_test_plan.rst > +++ b/test_plans/vhost_pmd_xstats_test_plan.rst > @@ -43,7 +43,7 @@ Test Case1: xstats based on packet size >=20 > Flow:: >=20 > - TG-->NIC-->>Vhost TX-->Virtio RX-->Virtio TX-->Vhsot RX-->NIC-->TG > + TG-->NIC-->>Vhost TX-->Virtio RX-->Virtio TX-->Vhost RX-->NIC-->TG >=20 > 1. Bind one physical port to igb_uio, then launch the testpmd >=20 > -- > 1.8.3.1