From patchwork Tue Oct 20 15:36:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 81429 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 42A52A04DC; Tue, 20 Oct 2020 08:47:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27AFEA9C6; Tue, 20 Oct 2020 08:47:17 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B69FFA9B8 for ; Tue, 20 Oct 2020 08:47:15 +0200 (CEST) IronPort-SDR: 0+7yYaqwaBHdaHAEfha55lt/mxmUzo1ObXB7RePuYzGDvzDGCiDh7a4m/X/sJqwTb4vf0pmiyv XbHUqvUDddyA== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="167253989" X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="167253989" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 23:47:13 -0700 IronPort-SDR: xC08Lgd6e/4xB6Dsw71KB6F6Q3dlffVWK84H5u56JAUMiLr67+6a8n+Q6HQ1u4GfPNiA/rENMP IV3CBpRb12jQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="347744430" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga004.fm.intel.com with ESMTP; 19 Oct 2020 23:47:12 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 20 Oct 2020 11:36:54 -0400 Message-Id: <20201020153654.696880-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH v1] test_plans: update packed ring vm2vm case dut to implementation change 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" Signed-off-by: Yinan Wang --- test_plans/vm2vm_virtio_user_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/vm2vm_virtio_user_test_plan.rst b/test_plans/vm2vm_virtio_user_test_plan.rst index 14f9b43..cc81263 100644 --- a/test_plans/vm2vm_virtio_user_test_plan.rst +++ b/test_plans/vm2vm_virtio_user_test_plan.rst @@ -102,7 +102,7 @@ Test Case 1: packed virtqueue vm2vm mergeable path test testpmd>set txpkts 2000 testpmd>start tx_first 1 -6. Quit pdump and three testpmd, get 284 packets received by virtio-user1 in pdump-virtio-rx.pcap. +6. Quit pdump and three testpmd, get 288 packets received by virtio-user1 in pdump-virtio-rx.pcap. 7. Launch testpmd by below command:: @@ -171,11 +171,11 @@ Test Case 2: packed virtqueue vm2vm inorder mergeable path test testpmd>set burst 32 testpmd>start tx_first 7 testpmd>stop - testpmd>set burst 1 + testpmd>set burst 32 testpmd>set txpkts 2000,2000,2000,2000 testpmd>start tx_first 1 -5. Start vhost, then quit pdump and three testpmd, get 252 packets received by virtio-user1 in pdump-virtio-rx.pcap. +5. Start vhost, then quit pdump and three testpmd, get 256 packets received by virtio-user1 in pdump-virtio-rx.pcap. 6. Launch testpmd by below command:: @@ -201,7 +201,7 @@ Test Case 2: packed virtqueue vm2vm inorder mergeable path test testpmd>set burst 32 testpmd>start tx_first 7 testpmd>stop - testpmd>set burst 1 + testpmd>set burst 32 testpmd>set txpkts 2000,2000,2000,2000 testpmd>start tx_first 1