test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework: add fortvile_bdw_de to the nics supported list
@ 2019-03-28 19:33 Xinfeng Zhao
  2019-04-03 17:21 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Xinfeng Zhao @ 2019-03-28 19:33 UTC (permalink / raw)
  To: dts; +Cc: Xinfeng Zhao

Signed-off-by: Xinfeng Zhao <xinfengx.zhao@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-03 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28 19:33 [dts] [PATCH] framework: add fortvile_bdw_de to the nics supported list Xinfeng Zhao
2019-04-03 17:21 ` Tu, Lijuan

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).