Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7eb1aad
)
fix(constants): Add Cavium to dpdk driver list
52/42352/1
author
Vratko Polak
<
[email protected]
>
Tue, 11 Feb 2025 11:28:19 +0000
(12:28 +0100)
committer
Vratko Polak
<
[email protected]
>
Tue, 11 Feb 2025 11:28:19 +0000
(12:28 +0100)
Change-Id: Ia20fff226c0260987c785aa2887ec78466e3727d
Signed-off-by: Vratko Polak <
[email protected]
>
resources/libraries/python/Constants.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/Constants.py
b/resources/libraries/python/Constants.py
index
e98d1bb
..
62eb50d
100644
(file)
--- 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"],
}