From patchwork Wed Apr 7 15:52:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 90774 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 590CBA0546; Wed, 7 Apr 2021 09:10:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4CDBC141031; Wed, 7 Apr 2021 09:10:38 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id BCADC141010 for ; Wed, 7 Apr 2021 09:10:35 +0200 (CEST) IronPort-SDR: jKHMJ9AClIYGraaJKM2QoNj3KI9UbUAw102CbXvOOb2M95bVfE5s9DoZL8+KWvpUZC89zK5Upp 4pf37UsXgeeA== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="193284119" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="193284119" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 00:10:34 -0700 IronPort-SDR: Z5AAwRPqjsJAf1zOjvE9gEX94UA3VRTS8cLP7+WRV4qeWX4p14nD+Fhu6MZJRJ0aTOWMgM79Ds XJntrqV1KS7Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="448975470" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga002.fm.intel.com with ESMTP; 07 Apr 2021 00:10:33 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 7 Apr 2021 11:52:11 -0400 Message-Id: <20210407155211.823332-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1] test_plans/vm2vm_virtio_net_perf_test_plan.rst X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 incorrect qemu version usage for packed ring test. Signed-off-by: Yinan Wang --- test_plans/vm2vm_virtio_net_perf_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst index 6902bf55..78418e00 100644 --- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst +++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst @@ -676,7 +676,7 @@ Test Case 11: VM2VM virtio-net packed ring mergeable 8 queues CBDMA enable test --vdev 'net_vhost1,iface=vhost-net1,client=1,queues=8,dmas=[txq0@80:04.0;txq1@80:04.1;txq2@80:04.2;txq3@80:04.3;txq4@80:04.4;txq5@80:04.5;txq6@80:04.6;txq7@80:04.7],dmathr=512' -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8 testpmd>start -2. Launch VM1 and VM2 using qemu3.0:: +2. Launch VM1 and VM2:: taskset -c 32 qemu-system-x86_64 -name vm1 -enable-kvm -cpu host -smp 8 -m 4096 \ -object memory-backend-file,id=mem,size=4096M,mem-path=/mnt/huge,share=on \ @@ -769,7 +769,7 @@ Test Case 12: VM2VM virtio-net packed ring non-mergeable 8 queues CBDMA enable t --vdev 'net_vhost1,iface=vhost-net1,client=1,queues=8,dmas=[txq0@80:04.0;txq1@80:04.1;txq2@80:04.2;txq3@80:04.3;txq4@80:04.4;txq5@80:04.5;txq6@80:04.6;txq7@80:04.7],dmathr=512' -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8 testpmd>start -2. Launch VM1 and VM2 using qemu3.0:: +2. Launch VM1 and VM2:: taskset -c 32 qemu-system-x86_64 -name vm1 -enable-kvm -cpu host -smp 8 -m 4096 \ -object memory-backend-file,id=mem,size=4096M,mem-path=/mnt/huge,share=on \ @@ -850,4 +850,4 @@ Test Case 12: VM2VM virtio-net packed ring non-mergeable 8 queues CBDMA enable t 14. Check the iperf performance, ensure queue0 can work from vhost side:: Under VM1, run: `iperf -s -i 1` - Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60` \ No newline at end of file + Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60`