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

Zhao, XinfengX xinfengx.zhao at intel.com
Fri Apr 17 05:23:53 CEST 2020


Tested-by:  Zhao, Xinfeng<xinfengx.zhao at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xie,WeiX
Sent: Monday, April 13, 2020 4:49 PM
To: dts at dpdk.org
Cc: Xie, WeiX <weix.xie at intel.com>
Subject: [dts] [PATCH V1] framework/settings:add twinpond vf NIC

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