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

Tu, Lijuan lijuan.tu at intel.com
Mon Aug 12 04:51:59 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhang,yan
> 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