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

Lijuan Tu lijuanx.a.tu at intel.com
Thu Jan 19 07:47:08 CET 2017


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