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 1/2] test_plans/vm2vm_virtio_net_perf_test_plan: add tso=1 parameter when start virtio backend side
Date: Tue, 20 Sep 2022 03:49:54 -0400	[thread overview]
Message-ID: <20220920074954.673725-1-weix.ling@intel.com> (raw)

As DPDK commit 6d7046215a(net/vhost: fix TSO feature default disablement),
add tso=1 parameter when start virtio backend side to open the TSO
feature.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 .../vm2vm_virtio_net_perf_test_plan.rst       | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index 91b611fa..fe8d5818 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -33,8 +33,8 @@ Test Case 1: VM2VM split ring vhost-user/virtio-net test with tcp traffic
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 2-4 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=2 --txd=1024 --rxd=1024
     testpmd>start
 
@@ -90,8 +90,8 @@ Test Case 2: VM2VM split ring vhost-user/virtio-net test with udp traffic
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xF0000000 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=1 --txd=1024 --rxd=1024
     testpmd>start
 
@@ -147,8 +147,8 @@ Test Case 3: Check split ring virtio-net device capability
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xF0000000 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=2 --txd=1024 --rxd=1024
     testpmd>start
 
@@ -197,8 +197,8 @@ Test Case 4: VM2VM packed ring vhost-user/virtio-net test with tcp traffic
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 2-4 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=2 --txd=1024 --rxd=1024
     testpmd>start
 
@@ -254,8 +254,8 @@ Test Case 5: VM2VM packed ring vhost-user/virtio-net test with udp traffic
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xF0000000 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=2 --txd=1024 --rxd=1024
     testpmd>start
 
@@ -311,8 +311,8 @@ Test Case 6: Check packed ring virtio-net device capability
 
     rm -rf vhost-net*
     ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xF0000000 -n 4 --no-pci --file-prefix=vhost \
-    --vdev 'net_vhost0,iface=vhost-net0,queues=1' \
-    --vdev 'net_vhost1,iface=vhost-net1,queues=1' \
+    --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1' \
+    --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1' \
     -- -i --nb-cores=2 --txd=1024 --rxd=1024
     testpmd>start
 
-- 
2.25.1


                 reply	other threads:[~2022-09-20  7:56 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=20220920074954.673725-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).