test suite reviews and discussions
 help / color / mirror / Atom feed
From: Dukai Yuan <dukaix.yuan@intel.com>
To: dts@dpdk.org
Cc: Dukai Yuan <dukaix.yuan@intel.com>
Subject: [dts][PATCH V1 1/2] tests/vm2vm_virtio_net_perf_dsa: modify packed ring non-mergeable path tso=0
Date: Tue, 31 Jan 2023 16:13:00 +0800	[thread overview]
Message-ID: <20230131081301.17153-2-dukaix.yuan@intel.com> (raw)
In-Reply-To: <20230131081301.17153-1-dukaix.yuan@intel.com>

Modify start virtio back-end side testpmd parameter from
'tso=1' to 'tso=0' to cover packed ring non-merageable path
with disable tso.

Signed-off-by: Dukai Yuan <dukaix.yuan@intel.com>
---
 tests/TestSuite_vm2vm_virtio_net_perf_dsa.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_vm2vm_virtio_net_perf_dsa.py b/tests/TestSuite_vm2vm_virtio_net_perf_dsa.py
index b06e5ca6..6ad8ac7d 100644
--- a/tests/TestSuite_vm2vm_virtio_net_perf_dsa.py
+++ b/tests/TestSuite_vm2vm_virtio_net_perf_dsa.py
@@ -735,8 +735,8 @@ class TestVM2VMVirtioNetPerfDsa(TestCase):
             self.use_dsa_list[1]: "max_queues=8",
         }
         vhost_eal_param = (
-            "--vdev 'eth_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[%s]' "
-            "--vdev 'eth_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[%s]'"
+            "--vdev 'eth_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[%s]' "
+            "--vdev 'eth_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[%s]'"
             % (dmas1, dmas2)
         )
         vhost_param = "--nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8"
@@ -1259,8 +1259,8 @@ class TestVM2VMVirtioNetPerfDsa(TestCase):
             "rxq7@wq0.3"
         )
         vhost_eal_param = (
-            "--vdev 'eth_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[%s]' "
-            "--vdev 'eth_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[%s]'"
+            "--vdev 'eth_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[%s]' "
+            "--vdev 'eth_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[%s]'"
             % (dmas1, dmas2)
         )
         vhost_param = "--nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8"
-- 
2.17.1


  reply	other threads:[~2023-01-31  8:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31  8:12 [dts][PATCH V1 0/2] modify vm2vm_virtio_net_perf_dsa test_plan and testsuite Dukai Yuan
2023-01-31  8:13 ` Dukai Yuan [this message]
2023-01-31  8:13 ` [dts][PATCH V1 2/2] test_plans/vm2vm_virtio_net_perf_dsa: modify packed ring non-mergeable path tso=0 Dukai Yuan

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=20230131081301.17153-2-dukaix.yuan@intel.com \
    --to=dukaix.yuan@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).