From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 18DD0A054F; Tue, 2 Mar 2021 06:44:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 004C34014E; Tue, 2 Mar 2021 06:44:03 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 81E1340142 for ; Tue, 2 Mar 2021 06:44:01 +0100 (CET) IronPort-SDR: wWYpI86Nzf+7Abpw2eyeaK0oaC7eQVGxzFAD4NJiQoMWYXu318hcTwY1Ji5VoBLHIlldIENe8T UbHjQqKLyF8A== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="166574374" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="166574374" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 21:44:00 -0800 IronPort-SDR: wSfIjZaZYSb8pPGFWTgHVDfMLJkM2hzTIhg/36aGXuwUVwM1p8mO4fpV233w58dQzcQV0Vs8ph elIyXfLyxebQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="398079418" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga008.fm.intel.com with ESMTP; 01 Mar 2021 21:43:59 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 2 Mar 2021 09:30:16 -0500 Message-Id: <20210302143016.46405-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.29 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" Fix a path selection issue. 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 997bd31b..11a700f0 100644 --- a/test_plans/pvp_multi_paths_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_performance_test_plan.rst @@ -260,7 +260,7 @@ Test Case 9: pvp test with virtio 1.1 inorder non-mergeable path 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 \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1,mrg_rxbuf=0,in_order=1 \ -- -i --rx-offloads=0x10 --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac >start @@ -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 -- 2.25.1