diff options
Diffstat (limited to 'resources/libraries/python/QATUtil.py')
-rw-r--r-- | resources/libraries/python/QATUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/QATUtil.py b/resources/libraries/python/QATUtil.py index be8cc9561e..09f6692aef 100644 --- a/resources/libraries/python/QATUtil.py +++ b/resources/libraries/python/QATUtil.py @@ -61,7 +61,7 @@ class QATUtil: # Initialize QAT VFs. if int(device["numvfs"]) > 0: DUTSetup.set_sriov_numvfs( - node, device["pci_address"], type="drivers/4xxx", + node, device["pci_address"], path="drivers/4xxx", numvfs=device["numvfs"] ) |