From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] tests/vm2vm_virtio_net_perf: delete restore dut interface step
Date: Wed, 22 Jun 2022 02:11:52 -0400 [thread overview]
Message-ID: <20220622061152.1588586-1-weix.ling@intel.com> (raw)
When start vhost side testpmd with no_pci=True, so no need to restore
dut interface now, and delete cbdma related code.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
tests/TestSuite_vm2vm_virtio_net_perf.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/TestSuite_vm2vm_virtio_net_perf.py b/tests/TestSuite_vm2vm_virtio_net_perf.py
index 9356100f..ec659519 100644
--- a/tests/TestSuite_vm2vm_virtio_net_perf.py
+++ b/tests/TestSuite_vm2vm_virtio_net_perf.py
@@ -45,7 +45,6 @@ class TestVM2VMVirtioNetPerf(TestCase):
self.pmd_vhost = PmdOutput(self.dut, self.vhost)
self.app_testpmd_path = self.dut.apps_name["test-pmd"]
self.checked_vm = False
- self.dut.restore_interfaces()
def set_up(self):
"""
@@ -175,7 +174,6 @@ class TestVM2VMVirtioNetPerf(TestCase):
def prepare_test_env(
self,
- cbdma=False,
no_pci=True,
client_mode=False,
enable_queues=1,
@@ -184,7 +182,6 @@ class TestVM2VMVirtioNetPerf(TestCase):
opt_queue=None,
combined=False,
rxq_txq=None,
- iova_mode="",
):
"""
start vhost testpmd and qemu, and config the vm env
--
2.25.1
next reply other threads:[~2022-06-22 6:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-22 6:11 Wei Ling [this message]
2022-06-29 1:29 ` lijuan.tu
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=20220622061152.1588586-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).