[dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver

Zhang, YanX A yanx.a.zhang at intel.com
Thu Jul 11 03:59:11 CEST 2019


Tested-by:  Zhang, YanX A <yanx.a.zhang at intel.com>

-----Original Message-----
From: Zhang, YanX A 
Sent: Thursday, July 11, 2019 10:03 AM
To: dts at dpdk.org
Cc: Zhang, YanX A <yanx.a.zhang at intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver

Load the vfio-pci driver, otherwise the driver cannot be bound to.

Signed-off-by: zhang,yan <yanx.a.zhang at intel.com>
---
 tests/TestSuite_vf_rss.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py index e5c19e2..e8b8c79 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -226,6 +226,7 @@ class TestVfRss(TestCase):
             self.vf_assign_method = 'pci-assign'
         else:
             self.vf_assign_method = 'vfio-pci'
+            self.dut.send_expect('modprobe vfio-pci', '#')
 
         self.vm0 = None
         self.host_testpmd = None
--
2.17.2



More information about the dts mailing list