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 2E7FAA00C5; Thu, 30 Apr 2020 07:18:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 204BE1D6D5; Thu, 30 Apr 2020 07:18:34 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 98DD61D6D4 for ; Thu, 30 Apr 2020 07:18:32 +0200 (CEST) IronPort-SDR: mdv2OgUxjpNmJjPveSDCTyX3oSBGzs4xPSEy7AtyUTYT1sMbBH1HCxSTB1gKXONDrZxwa5PmeE +FakTVguBUHw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 22:18:31 -0700 IronPort-SDR: 9EfR/h0vqA9a8snEwQDr54B5cIPITne1T6tu8QzhxuVZMsKB2HGOc+nFTF1MIlfABWydH4z3Kl f4+qW8vpfMLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="459439127" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.117.227]) by fmsmga005.fm.intel.com with ESMTP; 29 Apr 2020 22:18:29 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Wed, 29 Apr 2020 22:12:26 +0000 Message-Id: <20200429221226.27833-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_virtio_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 --- ...lti_paths_virtio_single_core_performance_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst index 36d3a68..33731ee 100644 --- a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst @@ -163,7 +163,7 @@ Test Case 6: virtio single core performance test with non-mergeable path ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,in_order=0,mrg_rxbuf=0,vectorized=1 \ - -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=1 --txd=1024 --rxd=1024 + -- -i --enable-hw-vlan-strip --rss-ip --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac >start @@ -184,7 +184,7 @@ Test Case 7: virtio single core performance test with vectorized_rx path ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,in_order=0,mrg_rxbuf=0,vectorized=1 \ - -- -i --tx-offloads=0x0 --nb-cores=1 --txd=1024 --rxd=1024 + -- -i --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac >start @@ -225,8 +225,8 @@ Test Case 9: virtio single core performance test with virtio 1.1 inorder non-mer 2. Launch virtio-user by below command:: ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \ - -- -i --rx-offloads=0x10 --rss-ip --nb-cores=1 --txd=1024 --rxd=1024 + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=0 \ + -- -i --rss-ip --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac >start -- 2.17.1