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 BD754A04F3; Thu, 9 Jan 2020 07:01:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B51691DB88; Thu, 9 Jan 2020 07:01:51 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 251E41DB7A for ; Thu, 9 Jan 2020 07:01:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2020 22:01:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,412,1571727600"; d="scan'208";a="254482970" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 08 Jan 2020 22:01:46 -0800 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 9 Jan 2020 14:05:13 +0800 Message-Id: <1578549916-14350-5-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com> References: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 5/8] test_plans/loopback_virtio_user_packed_ring_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 --- ...rtio_user_packed_ring_server_mode_test_plan.rst | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/test_plans/loopback_virtio_user_packed_ring_server_mode_test_plan.rst b/test_plans/loopback_virtio_user_packed_ring_server_mode_test_plan.rst index ec9230d..4cbee5f 100644 --- a/test_plans/loopback_virtio_user_packed_ring_server_mode_test_plan.rst +++ b/test_plans/loopback_virtio_user_packed_ring_server_mode_test_plan.rst @@ -121,15 +121,15 @@ Test Case 2: loopback reconnect test with virtio 1.1 mergeable path and server m 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 3: loopback reconnect test with virtio 1.1 non-mergeable path and server mode ======================================================================================= @@ -193,15 +193,15 @@ Test Case 3: loopback reconnect test with virtio 1.1 non-mergeable path and serv 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 4: loopback reconnect test with virtio 1.1 inorder mergeable path and server mode =========================================================================================== @@ -265,15 +265,15 @@ Test Case 4: loopback reconnect test with virtio 1.1 inorder mergeable path and 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 5: loopback reconnect test with virtio 1.1 inorder non-mergeable path and server mode =============================================================================================== @@ -337,12 +337,12 @@ Test Case 5: loopback reconnect test with virtio 1.1 inorder non-mergeable path 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 -- 1.8.3.1