From: pmikus Date: Wed, 21 Jul 2021 12:17:21 +0000 (+0000) Subject: Perf: Enable af_xdp for Intel x500 series X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=813375246758d1695be4e577ba9cd3f0791ea9e3 Perf: Enable af_xdp for Intel x500 series Signed-off-by: pmikus Change-Id: I331fe9134c62594189ca231349ab4c5ba43b51e5 --- diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 992a3140be..f8c4c7fae9 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -331,8 +331,8 @@ class Constants: # Not each driver is supported by each NIC. NIC_NAME_TO_DRIVER = { - u"Intel-X520-DA2": [u"vfio-pci"], - u"Intel-X553": [u"vfio-pci"], + u"Intel-X520-DA2": [u"vfio-pci", u"af_xdp"], + u"Intel-X553": [u"vfio-pci", u"af_xdp"], u"Intel-X710": [u"vfio-pci", u"avf", u"af_xdp"], u"Intel-XL710": [u"vfio-pci", u"avf", u"af_xdp"], u"Intel-XXV710": [u"vfio-pci", u"avf", u"af_xdp"],