[DTS][patch] adding Mellanox CX6 adapter

Thinh Tran thinhtr at linux.vnet.ibm.com
Wed Mar 8 20:48:35 CET 2023


 adding the Mellanox MT2894 Family [ConnectX-6 Lx] adapter
 to DTS


Signed-off-by: Thinh Tran <thinhtr at linux.vnet.ibm.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 5c8db153..4a6f1705 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -66,6 +66,7 @@ NICS = {
     "ConnectX4_LX_MT4117": "15b3:1015",
     "ConnectX5_MT4119": "15b3:1017",
     "ConnectX5_MT4121": "15b3:1019",
+    "ConnectX6_MT2894": "15b3:101f",
     "I40E_25G-25G_SFP28": "8086:158b",
     "cavium_a034": "177d:a034",
     "cavium_0011": "177d:0011",
@@ -160,6 +161,7 @@ DRIVERS = {
     "ConnectX4_LX_MT4117": "mlx5_core",
     "ConnectX5_MT4119": "mlx5_core",
     "ConnectX5_MT4121": "mlx5_core",
+    "ConnectX6_MT2894": "mlx5_core",
     "I40E_25G-25G_SFP28": "i40e",
     "cavium_a034": "thunder-nicvf",
     "cavium_0011": "thunder-nicvf",
-- 
2.25.1



More information about the dts mailing list