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 8A578A0564; Tue, 24 Mar 2020 09:34:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81F611C0D5; Tue, 24 Mar 2020 09:34:41 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 180751C0C0 for ; Tue, 24 Mar 2020 09:34:39 +0100 (CET) IronPort-SDR: uVtiTh+Ac2LvFyITKAELvIfyi6OHRd18S7i8unOYOZz/CsnpskJy2/WfSwTr4ByotdLlLTltWZ 4oPowcdMBlkw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:39 -0700 IronPort-SDR: 77JYjJbDlwbDBjijcW8GYY9kOHawt3MLAcPCSRbrsJHf27iCRh395KhHJoemnw6UnD8aTZ9ktI pabgWOZRBciA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644201" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:38 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:27:59 +0800 Message-Id: <1585038488-76474-4-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> References: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 03/12] test_plans/loopback_virtio_user_server_mode_test_plan: fix build warnings and errors 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: Haiyang Zhao --- .../loopback_virtio_user_server_mode_test_plan.rst | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/test_plans/loopback_virtio_user_server_mode_test_plan.rst b/test_plans/loopback_virtio_user_server_mode_test_plan.rst index ea9442b..ebcbacb 100644 --- a/test_plans/loopback_virtio_user_server_mode_test_plan.rst +++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst @@ -442,7 +442,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m testpmd>stop Test Case 8: loopback reconnect test with packed ring mergeable path and server mode -=================================================================================== +==================================================================================== 1. launch vhost as client mode with 2 queues:: @@ -503,18 +503,18 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server 10. Port restart at vhost side by below command and re-calculate the average throughput:: - testpmd>stop - testpmd>port stop 0 - testpmd>port start 0 - testpmd>start tx_first 32 - testpmd>show port stats all + testpmd>stop + testpmd>port stop 0 + testpmd>port start 0 + testpmd>start tx_first 32 + testpmd>show port stats all 11. Check each RX/TX queue has packets:: - testpmd>stop + testpmd>stop Test Case 9: loopback reconnect test with packed ring non-mergeable path and server mode -======================================================================================= +======================================================================================== 1. launch vhost as client mode with 2 queues:: @@ -575,18 +575,18 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser 10. Port restart at vhost side by below command and re-calculate the average throughput:: - testpmd>stop - testpmd>port stop 0 - testpmd>port start 0 - testpmd>start tx_first 32 - testpmd>show port stats all + testpmd>stop + testpmd>port stop 0 + testpmd>port start 0 + testpmd>start tx_first 32 + testpmd>show port stats all 11. Check each RX/TX queue has packets:: - testpmd>stop + testpmd>stop Test Case 10: loopback reconnect test with packed ring inorder mergeable path and server mode -=========================================================================================== +============================================================================================= 1. launch vhost as client mode with 2 queues:: @@ -647,18 +647,18 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an 10. Port restart at vhost side by below command and re-calculate the average throughput:: - testpmd>stop - testpmd>port stop 0 - testpmd>port start 0 - testpmd>start tx_first 32 - testpmd>show port stats all + testpmd>stop + testpmd>port stop 0 + testpmd>port start 0 + testpmd>start tx_first 32 + testpmd>show port stats all 11. Check each RX/TX queue has packets:: - testpmd>stop + testpmd>stop Test Case 11: loopback reconnect test with packed ring inorder non-mergeable path and server mode -=============================================================================================== +================================================================================================= 1. launch vhost as client mode with 2 queues:: @@ -719,12 +719,12 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat 10. Port restart at vhost side by below command and re-calculate the average throughput:: - testpmd>stop - testpmd>port stop 0 - testpmd>port start 0 - testpmd>start tx_first 32 - testpmd>show port stats all + testpmd>stop + testpmd>port stop 0 + testpmd>port start 0 + testpmd>start tx_first 32 + testpmd>show port stats all 11. Check each RX/TX queue has packets:: - testpmd>stop \ No newline at end of file + testpmd>stop \ No newline at end of file -- 1.8.3.1