X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FQATUtil.py;h=09f6692aefae232b47a732984531e33f4a932e16;hb=947057d7310cd1602119258c6b82fbb25fe1b79d;hp=be8cc9561e40066a7ec7114afc167a5b4c3e41bf;hpb=9aaade66aee4d1f1ca57aca272128db201a6f6cc;p=csit.git 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"] )