* [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2
@ 2016-09-02 2:02 xu,gang
2016-09-02 2:25 ` Xu, HuilongX
0 siblings, 1 reply; 2+ messages in thread
From: xu,gang @ 2016-09-02 2:02 UTC (permalink / raw)
To: dts; +Cc: xu,gang
Signed-off-by: xu,gang <gangx.xu@intel.com>
---
framework/dut.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/framework/dut.py b/framework/dut.py
index 2f4e53a..c688801 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -237,10 +237,14 @@ class Dut(Crb):
if driver is not None:
# unbind device driver
addr_array = pci_bus.split(':')
+ if len(addr_array) == 3:
+ devfun_id = addr_array[2]
+ elif len(addr_array) == 2:
+ devfun_id = ''
domain_id = addr_array[0]
bus_id = addr_array[1]
- devfun_id = addr_array[2]
port = GetNicObj(self, domain_id, bus_id, devfun_id)
+
port.stop()
def restore_interfaces_linux(self):
--
1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2
2016-09-02 2:02 [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2 xu,gang
@ 2016-09-02 2:25 ` Xu, HuilongX
0 siblings, 0 replies; 2+ messages in thread
From: Xu, HuilongX @ 2016-09-02 2:25 UTC (permalink / raw)
To: Xu, GangX, dts; +Cc: Xu, GangX
Acked-by: huilongx xu <huilongx.xu@intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang
> Sent: Friday, September 02, 2016 10:03 AM
> To: dts@dpdk.org
> Cc: Xu, GangX
> Subject: [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2
>
> Signed-off-by: xu,gang <gangx.xu@intel.com>
> ---
> framework/dut.py | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/framework/dut.py b/framework/dut.py
> index 2f4e53a..c688801 100644
> --- a/framework/dut.py
> +++ b/framework/dut.py
> @@ -237,10 +237,14 @@ class Dut(Crb):
> if driver is not None:
> # unbind device driver
> addr_array = pci_bus.split(':')
> + if len(addr_array) == 3:
> + devfun_id = addr_array[2]
> + elif len(addr_array) == 2:
> + devfun_id = ''
> domain_id = addr_array[0]
> bus_id = addr_array[1]
> - devfun_id = addr_array[2]
> port = GetNicObj(self, domain_id, bus_id, devfun_id)
> +
> port.stop()
>
> def restore_interfaces_linux(self):
> --
> 1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-02 2:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 2:02 [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2 xu,gang
2016-09-02 2:25 ` Xu, HuilongX
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).