diff options
author | 2025-02-11 12:28:19 +0100 | |
---|---|---|
committer | 2025-02-11 12:28:19 +0100 | |
commit | 76a3cafc673707b613d0612d74be6cc14c655e12 (patch) | |
tree | 1473ad12f93264656beaddcbbb9f3276ee9b08c8 /resources | |
parent | 7eb1aad3a37e067ada027d523b517cfafae5c198 (diff) |
fix(constants): Add Cavium to dpdk driver list
Change-Id: Ia20fff226c0260987c785aa2887ec78466e3727d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/Constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index e98d1bb0bb..62eb50df13 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -546,6 +546,10 @@ class Constants: "Mellanox-CX556A": ["mlx5_core"], "Mellanox-CX6DX": ["mlx5_core"], "Mellanox-CX7VEAT": ["mlx5_core"], + "Cavium-A063-10G": ["vfio-pci"], + "Cavium-A063-40G": ["vfio-pci"], + "Cavium-A063-50G": ["vfio-pci"], + "Cavium-A063-100G": ["vfio-pci"], "virtual": ["vfio-pci"], } |