test suite reviews and discussions
 help / color / mirror / Atom feed
From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] test_plans/vswitch_sample_*: modify testplan contents
Date: Mon, 26 Jun 2023 17:17:12 +0800	[thread overview]
Message-ID: <20230626091712.310485-1-weix.ling@intel.com> (raw)

Modify some contents error in vswitch_sample_*_test_plan.rst, like
virtio-user to virtio-pmd, pkts to packets.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 test_plans/vswitch_sample_cbdma_test_plan.rst | 4 ++--
 test_plans/vswitch_sample_dsa_test_plan.rst   | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test_plans/vswitch_sample_cbdma_test_plan.rst b/test_plans/vswitch_sample_cbdma_test_plan.rst
index 6d1b76c9..bc4ebb17 100644
--- a/test_plans/vswitch_sample_cbdma_test_plan.rst
+++ b/test_plans/vswitch_sample_cbdma_test_plan.rst
@@ -211,7 +211,7 @@ This case checks that the split ring with CBDMA channel can work stably when the
 
    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
@@ -297,7 +297,7 @@ This case checks that the packed ring with CBDMA channel can work stably when th
 
 	./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
diff --git a/test_plans/vswitch_sample_dsa_test_plan.rst b/test_plans/vswitch_sample_dsa_test_plan.rst
index f3e71fb0..6f023c49 100644
--- a/test_plans/vswitch_sample_dsa_test_plan.rst
+++ b/test_plans/vswitch_sample_dsa_test_plan.rst
@@ -206,7 +206,7 @@ This case checks that the split ring with DSA dpdk driver can work stably when t
 
 	./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
@@ -292,7 +292,7 @@ This case checks that the packed ring with DSA dpdk driver can work stably when
 
 	./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
@@ -627,7 +627,7 @@ This case checks that the split ring with DSA kernel driver can work stably when
 
 	./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
@@ -722,7 +722,7 @@ This case checks that the packed ring with DSA kernel driver can work stably whe
 
 	./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024
 
-7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
+7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected::
 
 	testpmd0>set fwd mac
 	testpmd0>start tx_first
-- 
2.34.1


                 reply	other threads:[~2023-06-26  9:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230626091712.310485-1-weix.ling@intel.com \
    --to=weix.ling@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).