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 19F44A09EA; Wed, 9 Dec 2020 09:02:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DBCBFBE75; Wed, 9 Dec 2020 09:01:59 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 064BABE73 for ; Wed, 9 Dec 2020 09:01:57 +0100 (CET) IronPort-SDR: T7oYFIjj3n5lAK6kNqWd92VRDUpB6bHd5YGCb0bQQCELc25LOlGD/xYEjLm0RXL5CKDyL+HL04 rWwil8n7Wlig== X-IronPort-AV: E=McAfee;i="6000,8403,9829"; a="192337723" X-IronPort-AV: E=Sophos;i="5.78,404,1599548400"; d="scan'208";a="192337723" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2020 00:01:56 -0800 IronPort-SDR: kxiMWpM10NDcMrB1q2UK1kwICFz/eYYs5O5v5q3C7M3RJeN/y0sgVLoEI/BJyYmxIxuuPV9jyR RoyuPXUEqKXw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,404,1599548400"; d="scan'208";a="318178723" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga008.fm.intel.com with ESMTP; 09 Dec 2020 00:01:55 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 9 Dec 2020 11:50:19 -0500 Message-Id: <20201209165019.18731-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH v1] test_plans/pvp_multi_paths*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" Add parameter to enable AVX512 for vector path. Signed-off-by: Yinan Wang --- test_plans/pvp_multi_paths_performance_test_plan.rst | 2 +- .../pvp_multi_paths_vhost_single_core_performance_test_plan.rst | 2 +- ...pvp_multi_paths_virtio_single_core_performance_test_plan.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst index 74b050af..997bd31b 100644 --- a/test_plans/pvp_multi_paths_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_performance_test_plan.rst @@ -282,7 +282,7 @@ Test Case 10: pvp test with virtio 1.1 vectorized path 2. Launch virtio-user by below command:: - ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ + ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \ --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 --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac 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 96445e84..00e6009c 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 @@ -246,7 +246,7 @@ Test Case 10: vhost single core performance test with virtio 1.1 vectorized path 2. Launch virtio-user by below command:: - ./testpmd -l 7-9 -n 4 --file-prefix=virtio \ + ./testpmd -l 7-9 -n 4 --file-prefix=virtio --force-max-simd-bitwidth=512 \ --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 --rss-ip --nb-cores=2 --txd=1024 --rxd=1024 >set fwd io 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 8113f50e..3a66cd12 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 @@ -245,7 +245,7 @@ Test Case 10: virtio single core performance test with virtio 1.1 vectorized pat 2. Launch virtio-user by below command:: - ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ + ./testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \ -- -i --rss-ip --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac -- 2.25.1