test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]framework settings: support new VF NICs
@ 2017-02-14  6:07 Lijuan Tu
  2017-02-20  7:30 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2017-02-14  6:07 UTC (permalink / raw)
  To: dts; +Cc: Lijuan Tu

Support sageville_vf, vitual NIC from X550

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index acffa34..86a29a3 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -62,6 +62,7 @@ NICS = {
     'twinpond': '8086:1528',
     'twinville': '8086:1512',
     'sageville': '8086:1563',
+    'sageville_vf': '8086:1565',
     'sagepond': '8086:15ad',
     'sagepond_vf': '8086:15a8',
     'magnolia_park': '8086:15ce',
@@ -105,6 +106,7 @@ DRIVERS = {
     'twinpond': 'ixgbe',
     'twinville': 'ixgbe',
     'sageville': 'ixgbe',
+    'sageville_vf': 'ixgbevf',
     'sagepond': 'ixgbe',
     'sagepond_vf': 'ixgbevf',
     'magnolia_park' : 'ixgbe',
-- 
1.9.3

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

end of thread, other threads:[~2017-02-20  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14  6:07 [dts] [PATCH]framework settings: support new VF NICs Lijuan Tu
2017-02-20  7:30 ` Liu, Yong

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