From patchwork Tue Nov 3 14:55:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 83483 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 A3325A0521; Tue, 3 Nov 2020 07:07:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7466EBE49; Tue, 3 Nov 2020 07:07:07 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0013FBC66 for ; Tue, 3 Nov 2020 07:07:05 +0100 (CET) IronPort-SDR: hfXRr6YCuqDrj69R2rp5y4ooXU5hcu8e+gbYSJ8Rf2iRs3EdfSJgT+H+WnUd7vId90LdSlh80J fV7EpkIydU/g== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="155992241" X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="155992241" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 22:07:03 -0800 IronPort-SDR: TbGu5L2Qtex5LbibHCTs6BazBJtj/Xmh07zN9JwUJO+IkA6HiCSpDDkDscsSlqulpTtJxDyCHB ZRm+DOM/JoAA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="538329755" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga005.jf.intel.com with ESMTP; 02 Nov 2020 22:07:03 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 3 Nov 2020 09:55:57 -0500 Message-Id: <20201103145557.51147-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_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 --- test_plans/pvp_multi_paths_performance_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst index 74b050a..f79fd97 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 @@ -290,4 +290,4 @@ Test Case 10: pvp test with virtio 1.1 vectorized path 3. Send packet with packet generator with different packet size,includes [64, 128, 256, 512, 1024, 1518], check the throughput with below command:: - testpmd>show port stats all \ No newline at end of file + testpmd>show port stats all