From 813375246758d1695be4e577ba9cd3f0791ea9e3 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 21 Jul 2021 12:17:21 +0000 Subject: [PATCH] Perf: Enable af_xdp for Intel x500 series Signed-off-by: pmikus Change-Id: I331fe9134c62594189ca231349ab4c5ba43b51e5 --- resources/libraries/python/Constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], -- 2.16.6