[dts] [PATCH V1] add sagepond NIC support on dts

xu,huilong huilongx.xu at intel.com
Thu Feb 25 08:34:00 CET 2016


Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 068afce..9ae4cc2 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -59,6 +59,7 @@ NICS = {
     'twinpond': '8086:1528',
     'twinville': '8086:1512',
     'sageville': '8086:1563',
+    'sagepond' : '8086:15ad',
     'hartwell': '8086:10d3',
     '82545EM': '8086:100f',
     '82540EM': '8086:100e',
@@ -95,6 +96,7 @@ DRIVERS = {
     'twinpond': 'ixgbe',
     'twinville': 'ixgbe',
     'sageville': 'ixgbe',
+    'sagepond' : 'ixgbe',
     'hartwell': 'igb',
     '82545EM': 'igb',
     '82540EM': 'igb',
-- 
1.9.3



More information about the dts mailing list