* [dts] [PATCH V7]tests/port_control:fix wrong dts code
@ 2020-03-20 8:16 Zeng Xiaoxiao
2020-03-20 8:19 ` Zeng, XiaoxiaoX
2020-03-20 8:22 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Zeng Xiaoxiao @ 2020-03-20 8:16 UTC (permalink / raw)
To: dts; +Cc: Zeng Xiaoxiao
Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
tests/TestSuite_port_control.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_port_control.py b/tests/TestSuite_port_control.py
index 7af19a5..385eff6 100644
--- a/tests/TestSuite_port_control.py
+++ b/tests/TestSuite_port_control.py
@@ -131,7 +131,7 @@ class TestPortControl(TestCase):
netdev = self.dut.ports_info[port]['port']
driver = netdev.get_nic_driver()
if driver != 'vfio-pci':
- netdev.bind_driver(driver=self.d)
+ netdev.bind_driver(driver='vfio-pci')
elif driver == "igb_uio":
# igb_uio should insmod as default, no need to check
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V7]tests/port_control:fix wrong dts code
2020-03-20 8:16 [dts] [PATCH V7]tests/port_control:fix wrong dts code Zeng Xiaoxiao
@ 2020-03-20 8:19 ` Zeng, XiaoxiaoX
2020-03-20 8:22 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zeng, XiaoxiaoX @ 2020-03-20 8:19 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]
Tested-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
Best regards,
Zeng,xiaoxiao
> -----Original Message-----
> From: Zeng, XiaoxiaoX
> Sent: Friday, March 20, 2020 4:16 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V7]tests/port_control:fix wrong dts code
>
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
> tests/TestSuite_port_control.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_port_control.py
> b/tests/TestSuite_port_control.py index 7af19a5..385eff6 100644
> --- a/tests/TestSuite_port_control.py
> +++ b/tests/TestSuite_port_control.py
> @@ -131,7 +131,7 @@ class TestPortControl(TestCase):
> netdev = self.dut.ports_info[port]['port']
> driver = netdev.get_nic_driver()
> if driver != 'vfio-pci':
> - netdev.bind_driver(driver=self.d)
> + netdev.bind_driver(driver='vfio-pci')
>
> elif driver == "igb_uio":
> # igb_uio should insmod as default, no need to check
> --
> 1.8.3.1
[-- Attachment #2: TestPortControl.log --]
[-- Type: application/octet-stream, Size: 326863 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V7]tests/port_control:fix wrong dts code
2020-03-20 8:16 [dts] [PATCH V7]tests/port_control:fix wrong dts code Zeng Xiaoxiao
2020-03-20 8:19 ` Zeng, XiaoxiaoX
@ 2020-03-20 8:22 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-03-20 8:22 UTC (permalink / raw)
To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao
> Sent: Friday, March 20, 2020 4:16 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V7]tests/port_control:fix wrong dts code
>
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
> tests/TestSuite_port_control.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_port_control.py b/tests/TestSuite_port_control.py
> index 7af19a5..385eff6 100644
> --- a/tests/TestSuite_port_control.py
> +++ b/tests/TestSuite_port_control.py
> @@ -131,7 +131,7 @@ class TestPortControl(TestCase):
> netdev = self.dut.ports_info[port]['port']
> driver = netdev.get_nic_driver()
> if driver != 'vfio-pci':
> - netdev.bind_driver(driver=self.d)
> + netdev.bind_driver(driver='vfio-pci')
>
> elif driver == "igb_uio":
> # igb_uio should insmod as default, no need to check
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-20 8:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 8:16 [dts] [PATCH V7]tests/port_control:fix wrong dts code Zeng Xiaoxiao
2020-03-20 8:19 ` Zeng, XiaoxiaoX
2020-03-20 8:22 ` 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).