From patchwork Wed Nov 4 10:10:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 83626 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4E10A04E7; Wed, 4 Nov 2020 02:22:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88C45BE43; Wed, 4 Nov 2020 02:22:04 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 81850BBB4 for ; Wed, 4 Nov 2020 02:22:02 +0100 (CET) IronPort-SDR: 2pa+fGuP50LmKQK64xF8E6nqQJBOLLSaSZGvL8vc880i9vO4apfdF0av7ZyLbH5EAGN5/9ijmS C9jBWMKgLs6w== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="156926430" X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="156926430" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 17:22:00 -0800 IronPort-SDR: 1pHetJT2KhgYCzfsB6K7fCkUqL06dxDMQsow42cHC5pPs9Sq1WlGtA7yOJm5Rq500fU0Epcjrh DoO/UruSVnpg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,449,1596524400"; d="scan'208";a="538706515" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga005.jf.intel.com with ESMTP; 03 Nov 2020 17:21:58 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 4 Nov 2020 05:10:46 -0500 Message-Id: <20201104101046.59618-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH v1] test_plans/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" Add parameter to enable AVX512 Signed-off-by: Yinan Wang --- ...p_multi_paths_virtio_single_core_performance_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8113f50..348f462 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,10 +245,10 @@ 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 >start -3. Send packet with packet generator with different packet size, check the throughput. \ No newline at end of file +3. Send packet with packet generator with different packet size, check the throughput.