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 C9794A05DC for ; Mon, 10 Jun 2019 04:15:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 880211BD78; Mon, 10 Jun 2019 04:15:05 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3F9441BD70 for ; Mon, 10 Jun 2019 04:15:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2019 19:15:03 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 09 Jun 2019 19:15:02 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Mon, 10 Jun 2019 10:19:23 +0800 Message-Id: <1560133163-148531-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V2 test_plans: fix build warning 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" fix build warings in test plans. Signed-off-by: Wenjie Li --- V2: fix error: trailing whitespace test_plans/eventdev_perf_test_plan.rst | 6 ++--- test_plans/vhost_gro_test_plan.rst | 31 +++++++++++++++++--------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/test_plans/eventdev_perf_test_plan.rst b/test_plans/eventdev_perf_test_plan.rst index ed1312a..520d635 100644 --- a/test_plans/eventdev_perf_test_plan.rst +++ b/test_plans/eventdev_perf_test_plan.rst @@ -51,7 +51,8 @@ Description: Execute performance test with Atomic_atq type of stage in multi-flo # ./build/dpdk-test-eventdev -l 22-23 -w eventdev_device_bus_id -w device_bus_id -- --prod_type_ethdev --nb_pkts=0 --verbose 2 --test=pipeline_atq --stlist=A --wlcores=23 - Parameters: + Parameters:: + -l CORELIST : List of cores to run on The argument format is [-c2][,c3[-c4],...] where c1, c2, etc are core indexes between 0 and 24 @@ -272,5 +273,4 @@ Description: Execute performance test with Ordered_queue type of stage in multi- 2. Use Ixia to send huge number of packets(with same 5-tuple and different 5-tuple) -3. Observe the speed of packets received(Rx-rate) on Ixia. - +3. Observe the speed of packets received(Rx-rate) on Ixia. \ No newline at end of file diff --git a/test_plans/vhost_gro_test_plan.rst b/test_plans/vhost_gro_test_plan.rst index a0ea3b9..e2652b3 100644 --- a/test_plans/vhost_gro_test_plan.rst +++ b/test_plans/vhost_gro_test_plan.rst @@ -92,7 +92,9 @@ Test Case1: DPDK GRO lightmode test with tcp traffic testpmd>port start 1 testpmd>start -3. Set up vm with virto device and using kernel virtio-net driver:: +3. Set up vm with virto device and using kernel virtio-net driver: + + :: taskset -c 13 \ qemu-system-x86_64 -name us-vhost-vm1 \ @@ -145,7 +147,9 @@ Test Case2: DPDK GRO heavymode test with tcp traffic testpmd>port start 1 testpmd>start -3. Set up vm with virto device and using kernel virtio-net driver:: +3. Set up vm with virto device and using kernel virtio-net driver: + + :: taskset -c 13 \ qemu-system-x86_64 -name us-vhost-vm1 \ @@ -198,7 +202,9 @@ Test Case3: DPDK GRO heavymode_flush4 test with tcp traffic testpmd>port start 1 testpmd>start -3. Set up vm with virto device and using kernel virtio-net driver:: +3. Set up vm with virto device and using kernel virtio-net driver: + + :: taskset -c 13 \ qemu-system-x86_64 -name us-vhost-vm1 \ @@ -226,11 +232,14 @@ Test Case4: DPDK GRO test with vxlan traffic Vxlan topology -------------- - VM Host -50.1.1.2 50.1.1.1 - | | -1.1.2.3 1.1.2.4 - |------------Testpmd------------| + +:: + + VM Host + 50.1.1.2 50.1.1.1 + | | + 1.1.2.3 1.1.2.4 + |------------Testpmd------------| 1. Connect two nic port directly, put nic2 into another namesapce and create Host VxLAN port:: @@ -269,7 +278,9 @@ Vxlan topology testpmd>port start 1 testpmd>start -3. Set up vm with virto device and using kernel virtio-net driver:: +3. Set up vm with virto device and using kernel virtio-net driver: + + :: taskset -c 13 \ qemu-system-x86_64 -name us-vhost-vm1 \ @@ -294,4 +305,4 @@ Vxlan topology 5. Start iperf test, run iperf server at vm side and iperf client at host side, check throughput in log:: Host side : ip netns exec t2 iperf -c 50.1.1.2 -i 2 -t 60 -f g -m - VM side: iperf -s -f g + VM side: iperf -s -f g \ No newline at end of file -- 2.17.2