[dts] [PATCH V1] add fortville 25G Nics and its identifiers supported by the framework.

lu,peipei peipeix.lu at intel.com
Mon Mar 20 07:24:57 CET 2017


From: "Lu,peipei" <peipeix.lu at intel.com>

Signed-off-by: Lu,peipei <peipeix.lu at intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 86a29a3..e01ff84 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -90,6 +90,7 @@ NICS = {
     'ConnectX3': '15b3:1003',
     'ConnectX4': '15b3:1013',
     'boulderrapid': '8086:15d0',
+    'fortville_25g':'8086:158b',
 }
 
 DRIVERS = {
@@ -134,6 +135,7 @@ DRIVERS = {
     'ConnectX3': 'mlx4_core',
     'ConnectX4': 'mlx5_core',
     'boulderrapid': 'fm10k',
+    'fortville_25g':'i40e',   
 }
 
 """
-- 
1.9.3



More information about the dts mailing list