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 E0AB9A00C5; Thu, 30 Apr 2020 07:00:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9FC8C1D8FB; Thu, 30 Apr 2020 07:00:32 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7AF2C1D8DB for ; Thu, 30 Apr 2020 07:00:31 +0200 (CEST) IronPort-SDR: 9WtYshzk9iCc+RcJYAPEvrbrPy92Us7eFq/d0kAs6Psjlmj8S76Gwb2tbEyUIF5AD2nXEvj3G1 xuYXET7K4Pyw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 22:00:29 -0700 IronPort-SDR: Y+IklLTsjQv++zUw9aArHDEVmkJmY77w99XpZ+em3KkpzNOpnLJh8Ry2z5y6Y15N/eW+fVoxLu M/R2ZdBobSdw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="405278120" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.117.227]) by orsmga004.jf.intel.com with ESMTP; 29 Apr 2020 22:00:26 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Wed, 29 Apr 2020 21:54:23 +0000 Message-Id: <20200429215423.27490-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v1] test_plans: update test commonds for vectorized cases in pvp_multi_paths_vhost_single_core_performance_test_plan.rst 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 --- ...ulti_paths_vhost_single_core_performance_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 5306538..96445e8 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 @@ -164,7 +164,7 @@ Test Case 6: vhost single core performance test with non-mergeable path ./testpmd -l 7-9 -n 4 --file-prefix=virtio \ --vdev=virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,in_order=0,mrg_rxbuf=0,vectorized=1 \ - -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --txd=1024 --rxd=1024 + -- -i --enable-hw-vlan-strip --rss-ip --nb-cores=2 --txd=1024 --rxd=1024 >set fwd io >start @@ -185,7 +185,7 @@ Test Case 7: vhost single core performance test with vectorized_rx path ./testpmd -l 7-9 -n 4 --file-prefix=virtio \ --vdev=virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,in_order=0,mrg_rxbuf=0,vectorized=1 \ - -- -i --tx-offloads=0x0 --nb-cores=2 --txd=1024 --rxd=1024 + -- -i --nb-cores=2 --txd=1024 --rxd=1024 >set fwd io >start @@ -226,8 +226,8 @@ Test Case 9: vhost single core performance test with virtio 1.1 inorder non-merg 2. Launch virtio-user by below command:: ./testpmd -l 7-9 -n 4 --file-prefix=virtio \ - --vdev=virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \ - -- -i --rx-offloads=0x10 --rss-ip --nb-cores=2 --txd=1024 --rxd=1024 + --vdev=virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=0 \ + -- -i --rss-ip --nb-cores=2 --txd=1024 --rxd=1024 >set fwd io >start -- 2.17.1