[dts] [PATCH] Support fortpark_TLV

pengyuan yuan.peng at intel.com
Wed Jun 15 10:12:26 CEST 2016


Signed-off-by: pengyuan <yuan.peng at intel.com>

diff --git a/framework/settings.py b/framework/settings.py
index 5572e47..2f440c9 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -77,6 +77,8 @@ NICS = {
     'fortville_spirit_single': '8086:1584',
     'redrockcanyou': '8086:15a4',
     'fortpark':'8086:374c',
+    'fortpark_TLV':'8086:37d0',
+    'fortpark_TLV_vf':'8086:37cd',
     'fvl10g_vf':'8086:154c',
     'atwood': '8086:15d5',
     'ConnectX3':'15b3:1003',
@@ -115,6 +117,8 @@ DRIVERS = {
     'fortville_spirit_single': 'i40e',
     'redrockcanyou': 'fm10k',
     'fortpark':'i40e',
+    'fortpark_TLV':'i40e',
+    'fortpark_TLV_vf':'i40evf',
     'fvl10g_vf':'i40evf',
     'atwood': 'fm10k',
     'ConnectX3':'mlx4_core',
diff --git a/framework/test_case.py b/framework/test_case.py
index 296dbf7..84d15c7 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -104,6 +104,8 @@ class TestCase(object):
             bitrate *= 40
         elif nic == 'fortville_eagle':
             bitrate *= 10
+        elif nic == 'fortpark_TLV':
+            bitrate *= 10
         elif nic == 'redrockcanyou':
             bitrate *= 40
 
-- 
2.5.0



More information about the dts mailing list