[dts] [PATCH V2] modify DTS stop_ports error on freesbd V2

Xu, HuilongX huilongx.xu at intel.com
Fri Sep 2 04:25:01 CEST 2016


Acked-by: huilongx xu <huilongx.xu at intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,gang
> Sent: Friday, September 02, 2016 10:03 AM
> To: dts at dpdk.org
> Cc: Xu, GangX
> Subject: [dts] [PATCH V2] modify DTS stop_ports error on freesbd V2
> 
> Signed-off-by: xu,gang <gangx.xu at 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



More information about the dts mailing list