[dts] [PATCH] framework: Add Intel new NIC support

Michael Qiu michael.qiu at intel.com
Wed Feb 11 13:43:36 CET 2015


Red Rock Canyou is one new NIC of Intel, kernel driver is named
fm10k.

This patch only add base support for this NIC, so that the framework
can identify this NIC.

Signed-off-by: Michael Qiu <michael.qiu at intel.com>
---
 framework/settings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index 23b5788..ba9b5f5 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -58,7 +58,7 @@ NICS = {
     'fortville_eagle': '8086:1572',
     'fortville_spirit': '8086:1583',
     'fortville_spirit_single': '8086:1584',
-    'rubyrappid': '8086:15a4',
+    'redrockcanyou': '8086:15a4',
 }
 
 DRIVERS = {
@@ -87,7 +87,7 @@ DRIVERS = {
     'fortville_eagle': 'i40e',
     'fortville_spirit': 'i40e',
     'fortville_spirit_single':'i40e',
-    'rubyrappid': 'fm10k',
+    'redrockcanyou': 'fm10k',
 }
 
 """
-- 
1.9.3



More information about the dts mailing list