test suite reviews and discussions
 help / color / mirror / Atom feed
From: Haiyang Zhao <haiyangx.zhao@intel.com>
To: dts@dpdk.org
Cc: Haiyang Zhao <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
Date: Thu,  9 Jan 2020 14:05:13 +0800	[thread overview]
Message-ID: <1578549916-14350-5-git-send-email-haiyangx.zhao@intel.com> (raw)
In-Reply-To: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com>

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 ...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


  parent reply	other threads:[~2020-01-09  6:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09  6:05 [dts] [PATCH V1 1/8] test_plans/index: add new test plans into toctree Haiyang Zhao
2020-01-09  6:05 ` [dts] [PATCH V1 2/8] test_plans/cvl_advanced_rss_test_plan:fix build warnings and errors Haiyang Zhao
2020-01-09  6:05 ` [dts] [PATCH V1 3/8] test_plans/cvl_fdir_test_plan:fix " Haiyang Zhao
2020-01-09  6:05 ` [dts] [PATCH V1 4/8] test_plans/cvl_switch_filter_test_plan:fix " Haiyang Zhao
2020-01-09  6:05 ` Haiyang Zhao [this message]
2020-01-09  6:05 ` [dts] [PATCH V1 6/8] test_plans/ntb_test_plan:fix " Haiyang Zhao
2020-01-09  6:05 ` [dts] [PATCH V1 7/8] test_plans/pvp_packed_ring_vhost_user_reconnect_test_plan:fix " Haiyang Zhao
2020-01-09  6:05 ` [dts] [PATCH V1 8/8] test_plans/rteflow_priority_test_plan:fix " Haiyang Zhao
2020-01-09  8:45 ` [dts] [PATCH V1 1/8] test_plans/index: add new test plans into toctree Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1578549916-14350-5-git-send-email-haiyangx.zhao@intel.com \
    --to=haiyangx.zhao@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).