[dts] [PATCH]framework settings: support new VF NICs

Lijuan Tu lijuanx.a.tu at intel.com
Tue Feb 14 07:07:17 CET 2017


Support sageville_vf, vitual NIC from X550

Signed-off-by: Lijuan Tu <lijuanx.a.tu at 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



More information about the dts mailing list