[dts] [PATCH V1] framework/settings:add twinpond vf NIC

Xie,WeiX weix.xie at intel.com
Mon Apr 13 10:49:21 CEST 2020


From: "Xie,WeiX" <weix.xie at intel.com>



Signed-off-by: Xie,WeiX <weix.xie at intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index d322c00..a060a57 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -60,6 +60,7 @@ NICS = {
     'niantic_vf': '8086:10ed',
     'ironpond': '8086:151c',
     'twinpond': '8086:1528',
+    'twinpond_vf': '8086:1515',
     'twinville': '8086:1512',
     'sageville': '8086:1563',
     'sageville_vf': '8086:1565',
@@ -123,6 +124,7 @@ DRIVERS = {
     'niantic_vf': 'ixgbevf',
     'ironpond': 'ixgbe',
     'twinpond': 'ixgbe',
+    'twinpond_vf': 'ixgbevf',
     'twinville': 'ixgbe',
     'sageville': 'ixgbe',
     'sageville_vf': 'ixgbevf',
-- 
1.8.3.1



More information about the dts mailing list