[dts] [PATCH 1/2] settings: update mellanox's nics and their identifiers

Ali Alnubani alialnu at mellanox.com
Sun Jan 7 17:01:11 CET 2018


    - Be more specific in nic names.
    - Update ConnectX-3's device identifier.
    - Add support for ConnectX-4 LX and ConnectX-5.

Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
---
 framework/settings.py | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index e5b7746..df3ac88 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -87,8 +87,11 @@ NICS = {
     'fortpark_TLV_vf': '8086:37cd',
     'fvl10g_vf': '8086:154c',
     'atwood': '8086:15d5',
-    'ConnectX3': '15b3:1003',
-    'ConnectX4': '15b3:1013',
+    'ConnectX3_MT4103': '15b3:1007',
+    'ConnectX4_MT4115': '15b3:1013',
+    'ConnectX4_LX_MT4117': '15b3:1015',
+    'ConnectX5_MT4119': '15b3:1017',
+    'ConnectX5_MT4121': '15b3:1019',
     'boulderrapid': '8086:15d0',
     'fortville_25g': '8086:158b',
     'cavium_a034': '177d:a034',
@@ -134,8 +137,11 @@ DRIVERS = {
     'fortpark_TLV_vf': 'i40evf',
     'fvl10g_vf': 'i40evf',
     'atwood': 'fm10k',
-    'ConnectX3': 'mlx4_core',
-    'ConnectX4': 'mlx5_core',
+    'ConnectX3_MT4103': 'mlx4_core',
+    'ConnectX4_MT4115': 'mlx5_core',
+    'ConnectX4_LX_MT4117': 'mlx5_core',
+    'ConnectX5_MT4119': 'mlx5_core',
+    'ConnectX5_MT4121': 'mlx5_core',
     'boulderrapid': 'fm10k',
     'fortville_25g': 'i40e',
     'cavium_a034': 'thunder-nicvf',
-- 
2.7.4



More information about the dts mailing list