test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][patch] adding Mellanox CX6 adapter
@ 2023-03-08 19:48 Thinh Tran
  2023-03-28  0:53 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Thinh Tran @ 2023-03-08 19:48 UTC (permalink / raw)
  To: dts; +Cc: Thinh Tran

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


Signed-off-by: Thinh Tran <thinhtr@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-28  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 19:48 [DTS][patch] adding Mellanox CX6 adapter Thinh Tran
2023-03-28  0:53 ` lijuan.tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).