[dts] [PATCH] framework: add fortvile_bdw_de to the nics supported list

Xinfeng Zhao xinfengx.zhao at intel.com
Thu Mar 28 20:33:53 CET 2019


Signed-off-by: Xinfeng Zhao <xinfengx.zhao at intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 732036d..831c489 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -98,6 +98,7 @@ NICS = {
     'cavium_a034': '177d:a034',
     'cavium_0011': '177d:0011',
     'hi1822': '19e5:1822',
+    'fortvile_bdw_de': '8086:15ac',
 }
 
 DRIVERS = {
@@ -150,6 +151,7 @@ DRIVERS = {
     'cavium_a034': 'thunder-nicvf',
     'cavium_0011': 'thunder-nicvf',
     'hi1822': 'hinic',
+    'fortvile_bdw_de': 'ixgbe',
 }
 
 """
-- 
2.7.4



More information about the dts mailing list