[dts] [PATCH]nics/net_device: fix arguments error.

Liu, Yong yong.liu at intel.com
Thu Jan 19 07:52:02 CET 2017


Applied, please take care in next time.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Lijuan Tu
> Sent: Thursday, January 19, 2017 2:47 PM
> To: dts at dpdk.org
> Cc: Tu, LijuanX A <lijuanx.a.tu at intel.com>
> Subject: [dts] [PATCH]nics/net_device: fix arguments error.
> 
> Lost a argument.
> 
> Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
> ---
>  nics/net_device.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/nics/net_device.py b/nics/net_device.py index a2697b3..ba3d9c2
> 100644
> --- a/nics/net_device.py
> +++ b/nics/net_device.py
> @@ -548,7 +548,7 @@ class NetDevice(object):
>              self, 'get_sriov_vfs_pci_%s' % self.__get_os_type())
>          return get_sriov_vfs_pci(self.domain_id, self.bus_id, self.devfun_id,
> self.current_driver)
> 
> -    def get_sriov_vfs_pci_freebsd(self, bus_id, devfun_id, driver):
> +    def get_sriov_vfs_pci_freebsd(self, domain_id, bus_id, devfun_id, driver):
>          """
>          FreeBSD not support virtualization cases now.
>          We can implement it later.
> --
> 1.9.3



More information about the dts mailing list