[dts] [PATCH 3/6] framework:settings :adding new defines for ConnectX_3_Pro and ConnectX_4 and there drivers

Raslan Darawsheh rasland at mellanox.com
Tue Oct 27 07:07:52 CET 2015


From: Raslsn Darawsheh <rdarawsheh at asaltech.com>

Signed-off-by: Raslsn Darawsheh <rdarawsheh at asaltech.com>
---
 framework/settings.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 6b02e4d..964ee87 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -73,6 +73,8 @@ NICS = {
     'fortville_spirit': '8086:1583',
     'fortville_spirit_single': '8086:1584',
     'redrockcanyou': '8086:15a4',
+    'ConnectX_3_Pro': '15b3:1007',
+    'ConnectX_4' : '15b3:1013',
 }
 
 DRIVERS = {
@@ -103,6 +105,8 @@ DRIVERS = {
     'fortville_spirit': 'i40e',
     'fortville_spirit_single': 'i40e',
     'redrockcanyou': 'fm10k',
+    'ConnectX_3_Pro': 'mlx4',
+    'ConnectX_4': 'mlx5',
 }
 
 """
-- 
1.8.3.1



More information about the dts mailing list