test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix kni example setup when use vfio-pci
@ 2017-11-07  6:20 xu,huilong
  2017-11-20 10:13 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,huilong @ 2017-11-07  6:20 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

default bind driver is igb_uio, but use vfio-pci test kni, need re-bind vfio-pci when start kni

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 tests/TestSuite_kni.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index 93203f5..5f81def 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -295,7 +295,7 @@ class TestKni(TestCase):
             self.dut.send_expect("rmmod igb_uio", "# ", 5)
             self.dut.send_expect(
                 'insmod ./%s/kmod/igb_uio.ko' % (self.target), "# ", 20)
-        self.dut.bind_interfaces_linux()
+        self.dut.bind_interfaces_linux(self.drivername)
         out = self.dut.send_expect(
             'insmod ./%s/kmod/rte_kni.ko %s' % (self.target, module_param), "# ", 10)
 
-- 
1.9.3

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

* Re: [dts] [PATCH V1] fix kni example setup when use vfio-pci
  2017-11-07  6:20 [dts] [PATCH V1] fix kni example setup when use vfio-pci xu,huilong
@ 2017-11-20 10:13 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-11-20 10:13 UTC (permalink / raw)
  To: xu,huilong, dts

Thanks, Huilong. Applied.

On 11/07/2017 02:20 PM, xu,huilong wrote:
> default bind driver is igb_uio, but use vfio-pci test kni, need re-bind vfio-pci when start kni
>
> Signed-off-by: xu,huilong<huilongx.xu@intel.com>
> ---

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

end of thread, other threads:[~2017-11-20  2:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07  6:20 [dts] [PATCH V1] fix kni example setup when use vfio-pci xu,huilong
2017-11-20 10:13 ` Liu, Yong

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