[dts] [PATCH 2/6] framework settings: support boulderrapid nic

Yong Liu yong.liu at intel.com
Wed Feb 3 07:50:13 CET 2016


Boulder Rapid is one of FM10k family nics. It has two EPLs and two PEPs.
Lport number of 0(PEP0), 1(EPL0), 5(EPL1), 11(PEP1).

Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/framework/settings.py b/framework/settings.py
index dc4910a..068afce 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -78,7 +78,8 @@ NICS = {
     'fortpark':'8086:374c',
     'fvl10g_vf':'8086:154c',
     'atwood': '8086:15d5',
-    'ConnectX4':'15b3:1013'
+    'ConnectX4':'15b3:1013',
+    'boulderrapid': '8086:15d0',
 }
 
 DRIVERS = {
@@ -113,7 +114,8 @@ DRIVERS = {
     'fortpark':'i40e',
     'fvl10g_vf':'i40evf',
     'atwood': 'fm10k',
-    'ConnectX4':'mlx5_core'
+    'ConnectX4':'mlx5_core',
+    'boulderrapid': 'fm10k',
 }
 
 """
-- 
1.9.3



More information about the dts mailing list