X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=0203dc0244a42f9d375c663517cffa69a73ffb8d;hp=46993b27ac82ad03ed8749cd2de92af84753d6b1;hb=14a71b74b414df7616ccb5ada3d50ecb90d96bae;hpb=8e601d0f37f715ca4ce55dded8bc27cadfe175c2 diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 46993b27ac..0203dc0244 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -330,12 +330,11 @@ class Constants: prefix for prefix in NIC_DRIVER_TO_SUITE_PREFIX.values() if prefix ] - # Additional step for perf needs to know driver type. - # Contains part of suite setup line, matching both single and double link. - NIC_DRIVER_TO_SETUP_ARG = { - u"vfio-pci": u"le link | performance", - u"avf": u"le link | performance_avf", - u"rdma-core": u"le link | performance_rdma", + # Number of virtual functions of physical nic. + NIC_DRIVER_TO_VFS = { + u"vfio-pci": u"nic_vfs}= | 0", + u"avf": u"nic_vfs}= | 1", + u"rdma-core": u"nic_vfs}= | 0", } # TODO CSIT-1481: Crypto HW should be read from topology file instead.