test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]vhost_dequeue_zero_copy: use igb_uio driver to get better performance in vm
@ 2020-06-12  9:13 Xiao Qimai
  2020-06-12  9:23 ` Xiao, QimaiX
  2020-06-19  6:19 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xiao Qimai @ 2020-06-12  9:13 UTC (permalink / raw)
  To: dts; +Cc: Xiao Qimai

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 tests/TestSuite_vhost_dequeue_zero_copy.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/TestSuite_vhost_dequeue_zero_copy.py b/tests/TestSuite_vhost_dequeue_zero_copy.py
index 8beb1ba..0779edc 100644
--- a/tests/TestSuite_vhost_dequeue_zero_copy.py
+++ b/tests/TestSuite_vhost_dequeue_zero_copy.py
@@ -209,6 +209,11 @@ class TestVhostDequeueZeroCopy(TestCase):
         """
         self.vm = VM(self.dut, 'vm0', 'vhost_sample')
         self.vm.load_config()
+        # use igb_uio driver in vm to get better performance
+        for i in self.vm.params:
+            if 'def_driver' in i:
+                i['def_driver'] = [{'driver_name': 'igb_uio'}]
+                break
         vm_params = {}
         vm_params['driver'] = 'vhost-user'
         vm_params['opt_path'] = '%s/vhost-net' % self.base_dir
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-19  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12  9:13 [dts] [PATCH V1]vhost_dequeue_zero_copy: use igb_uio driver to get better performance in vm Xiao Qimai
2020-06-12  9:23 ` Xiao, QimaiX
2020-06-19  6:19 ` Tu, Lijuan

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).