test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] add sagepond NIC support on dts
@ 2016-02-25  7:34 xu,huilong
  0 siblings, 0 replies; only message in thread
From: xu,huilong @ 2016-02-25  7:34 UTC (permalink / raw)
  To: dts

Signed-off-by: xu,huilong <huilongx.xu@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-25  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  7:34 [dts] [PATCH V1] add sagepond NIC support on dts xu,huilong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).