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 AEB8AA0521; Tue, 3 Nov 2020 07:14:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 781D4BE49; Tue, 3 Nov 2020 07:14:49 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CD832BE43 for ; Tue, 3 Nov 2020 07:14:47 +0100 (CET) IronPort-SDR: NT+fKjW1CcwOSWPqyCSIGPuJmOHnX4OKbdn7bEtwkT4wWddOQdNRTn6E9vurfEh9rIFthiozU9 /lSfvVOLpGTA== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="155992955" X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="155992955" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 22:14:45 -0800 IronPort-SDR: xfXcwfdo1dvbQ79KkJfcSdkMRQ+XBt8838x/oB5u7NDrnTYDap3FLuGvinpMgqUkUZzQVdZWsq x2JB0vIE4nag== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="353095388" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga004.fm.intel.com with ESMTP; 02 Nov 2020 22:14:45 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 3 Nov 2020 10:03:39 -0500 Message-Id: <20201103150339.51445-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_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" Add parameter to enable AVX512 Signed-off-by: Yinan Wang --- ...vp_multi_paths_vhost_single_core_performance_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 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 96445e8..0edb4fa 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,10 +246,10 @@ 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 >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. -- 2.25.1