* [dts][PATCH V1] tests/vm2vm_virtio_net_perf: delete restore dut interface step
@ 2022-06-22 6:11 Wei Ling
2022-06-29 1:29 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2022-06-22 6:11 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-29 1:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 6:11 [dts][PATCH V1] tests/vm2vm_virtio_net_perf: delete restore dut interface step Wei Ling
2022-06-29 1:29 ` lijuan.tu
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).