From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 507A6A0564; Tue, 24 Mar 2020 08:10:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46FCC1C0C3; Tue, 24 Mar 2020 08:10:11 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 73CC51C07E for ; Tue, 24 Mar 2020 08:10:07 +0100 (CET) IronPort-SDR: qAEi1/ZfffHXPTOcUNbJlvuNV2rifTVXG7iei6hoqITGb0RCklnZycBE11Y0JxQYfUgj8R6o0B c3HRZe6TRRgw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2020 23:52:21 -0700 IronPort-SDR: c5UkGfsuhH2bo6he68ULiD4/zMHrjCDm0FpWCHlaQ0N0AT6rkf5CMVjPr7zeugvn5T68xkCjwm /uTTtLUEtpLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="357329838" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 23 Mar 2020 23:52:21 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Mar 2020 23:52:21 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Mar 2020 23:52:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.144]) with mapi id 14.03.0439.000; Tue, 24 Mar 2020 14:52:18 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] test_plans: fix typo in vhost_enqueue_interrupt_test_plan Thread-Index: AQHWAZkORV6gS3ziy0iIU3D1Q07QYKhXTk9A Date: Tue, 24 Mar 2020 06:52:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBF0ABA@SHSMSX101.ccr.corp.intel.com> References: <20200323215336.8854-1-yinan.wang@intel.com> In-Reply-To: <20200323215336.8854-1-yinan.wang@intel.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.2.0.6 dlp-reaction: no-action 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 v1] test_plans: fix typo in vhost_enqueue_interrupt_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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Tuesday, March 24, 2020 5:54 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] test_plans: fix typo in > vhost_enqueue_interrupt_test_plan >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > test_plans/vhost_enqueue_interrupt_test_plan.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/test_plans/vhost_enqueue_interrupt_test_plan.rst > b/test_plans/vhost_enqueue_interrupt_test_plan.rst > index b4bc21f..1aae026 100644 > --- a/test_plans/vhost_enqueue_interrupt_test_plan.rst > +++ b/test_plans/vhost_enqueue_interrupt_test_plan.rst > @@ -94,12 +94,12 @@ Test Case3: Wake up packed ring vhost-user core > with l3fwd-power sample 1. Launch virtio-user with server mode:: >=20 > ./testpmd -l 7-8 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - -- > vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,server= =3D1,qu > eues=3D1 -- -i > + > + --vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,ser= ver=3D1 > + ,queues=3D1,packed_vq=3D1 -- -i >=20 > 2. Build l3fwd-power sample and launch l3fwd-power with a virtual vhost > device:: >=20 > ./l3fwd-power -l 0-3 -n 4 --socket-mem 1024,1024 --legacy-mem --no-p= ci \ > - --vdev 'eth_vhost0,iface=3D/tmp/sock0,queues=3D1,packed_vq=3D1,clien= t=3D1' -- - > p 0x1 --parse-ptype 1 --config "(0,0,2)" > + --vdev 'eth_vhost0,iface=3D/tmp/sock0,queues=3D1,client=3D1' -- -p 0= x1 --parse- > ptype 1 --config "(0,0,2)" >=20 > 3. Send packet by testpmd, check vhost-user core will keep wakeup status= :: >=20 > @@ -114,12 +114,12 @@ Test Case4: Wake up packed ring vhost-user cores > with l3fwd-power sample when m 1. Launch virtio-user with server mode:: >=20 > ./testpmd -l 1-5 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - -- > vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,server= =3D1,qu > eues=3D4 -- -i --rxq=3D4 --txq=3D4 --rss-ip > + > + --vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,ser= ver=3D1 > + ,queues=3D4,packed_vq=3D1,mrg_rxbuf=3D0 -- -i --rxq=3D4 --txq=3D4 --rss= -ip >=20 > 2. Build l3fwd-power sample and launch l3fwd-power with a virtual vhost > device:: >=20 > ./l3fwd-power -l 9-12 -n 4 --socket-mem 1024,1024 --legacy-mem --no-= pci > --log-level=3D9 \ > - --vdev 'eth_vhost0,iface=3D/tmp/sock0,queues=3D4,packed_vq=3D1,clien= t=3D1' -- - > p 0x1 --parse-ptype 1 \ > + --vdev 'eth_vhost0,iface=3D/tmp/sock0,queues=3D4,client=3D1' -- -p 0= x1 > + --parse-ptype 1 \ > --config "(0,0,9),(0,1,10),(0,2,11),(0,3,12)" >=20 > 3. Send packet by testpmd, check vhost-user multi-cores will keep wakeup > status:: > @@ -127,4 +127,4 @@ Test Case4: Wake up packed ring vhost-user cores > with l3fwd-power sample when m > testpmd>set fwd txonly > testpmd>start >=20 > -4. Stop and restart testpmd again, check vhost-user cores will sleep and > wakeup again. > \ No newline at end of file > +4. Stop and restart testpmd again, check vhost-user cores will sleep and > wakeup again. > -- > 2.17.1