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 DF6ECA05D3 for ; Mon, 20 May 2019 08:32:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2F612BF3; Mon, 20 May 2019 08:32:44 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6C5D8152A for ; Mon, 20 May 2019 08:32:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 May 2019 23:32:41 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-project-yinanwang-1.sh.intel.com ([10.67.110.176]) by orsmga007.jf.intel.com with ESMTP; 19 May 2019 23:32:40 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Sun, 19 May 2019 23:30:17 +0000 Message-Id: <20190519233017.68068-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH] test_plans/pvp_multi_paths_vhost_single_core_performance:fix typo by removing --no-pci 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" From: Wang Yinan Signed-off-by: Wang Yinan --- ...s_vhost_single_core_performance_test_plan.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst b/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst index 9a8f8e3..26d6cf1 100644 --- a/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_vhost_single_core_performance_test_plan.rst @@ -54,7 +54,7 @@ Test Case 1: vhost single core performance test with virtio 1.1 mergeable path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -75,7 +75,7 @@ Test Case 2: vhost single core performance test with virtio 1.1 normal path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -96,7 +96,7 @@ Test Case 3: vhost single core performance test with inorder mergeable path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -117,7 +117,7 @@ Test Case 4: vhost single core performance test with inorder no-mergeable path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -138,7 +138,7 @@ Test Case 5: vhost single core performance test with mergeable path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -159,7 +159,7 @@ Test Case 6: vhost single core performance test with normal path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -180,7 +180,7 @@ Test Case 7: vhost single core performance test with vector_rx path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -201,7 +201,7 @@ Test Case 8: vhost single core performance test with virtio 1.1 inorder path 1. Bind one port to igb_uio, then launch vhost by below command:: rm -rf vhost-net* - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci --file-prefix=vhost \ + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --file-prefix=vhost \ --vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start -- 2.17.1