From 60d1f5daa64ca06a1e19cf267ecae5f5b28d735a Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 18 Aug 2023 07:06:27 +0000 Subject: fix(core): AVF init problem Signed-off-by: pmikus Change-Id: I67eac5f0e68e9e84041816a8a6e6b8df3fdff664 (cherry picked from commit e9c8b39d0b6c8b7e72f26ace8233df078811b3a1) --- resources/libraries/python/InterfaceUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 7d9164d8f3..13a04441b2 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -1851,7 +1851,7 @@ class InterfaceUtil: DUTSetup.pci_driver_bind(node, pf_pci_addr, kernel_driver) # Initialize PCI VFs. - DUTSetup.set_sriov_numvfs(node, pf_pci_addr, numvfs) + DUTSetup.set_sriov_numvfs(node, pf_pci_addr, numvfs=numvfs) if not numvfs: if osi_layer == u"L2": -- cgit 1.2.3-korg