* Re: [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver
2019-07-11 2:03 [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver zhang,yan
@ 2019-07-11 1:59 ` Zhang, YanX A
2019-08-12 2:51 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zhang, YanX A @ 2019-07-11 1:59 UTC (permalink / raw)
To: dts; +Cc: Zhang, YanX A
Tested-by: Zhang, YanX A <yanx.a.zhang@intel.com>
-----Original Message-----
From: Zhang, YanX A
Sent: Thursday, July 11, 2019 10:03 AM
To: dts@dpdk.org
Cc: Zhang, YanX A <yanx.a.zhang@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@intel.com>
---
| 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver
@ 2019-07-11 2:03 zhang,yan
2019-07-11 1:59 ` Zhang, YanX A
2019-08-12 2:51 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: zhang,yan @ 2019-07-11 2:03 UTC (permalink / raw)
To: dts; +Cc: zhang,yan
Load the vfio-pci driver, otherwise the driver cannot be bound to.
Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
---
| 1 +
1 file changed, 1 insertion(+)
--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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver
2019-07-11 2:03 [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver zhang,yan
2019-07-11 1:59 ` Zhang, YanX A
@ 2019-08-12 2:51 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-08-12 2:51 UTC (permalink / raw)
To: Zhang, YanX A, dts; +Cc: Zhang, YanX A
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhang,yan
> Sent: Thursday, July 11, 2019 10:03 AM
> To: dts@dpdk.org
> Cc: Zhang, YanX A <yanx.a.zhang@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@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-12 2:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 2:03 [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver zhang,yan
2019-07-11 1:59 ` Zhang, YanX A
2019-08-12 2:51 ` 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).