summaryrefslogtreecommitdiff
path: root/framework/settings.py
diff options
context:
space:
mode:
authorGowrishankar <gowrishankar.m@linux.vnet.ibm.com>2016-03-08 15:36:42 +0530
committersys_stv <sys_stv@intel.com>2016-03-09 11:57:32 +0800
commit54224a0a53a2e4b87ddb28fd0b2c5fbf6c83e07a (patch)
tree1daf161707abfadcb0b21ba82c6c0184d8ca4b87 /framework/settings.py
parent835efd4bc9a1e968af22b54763bc7bd75bc148c7 (diff)
framework: enable connect X3 support
Connect X3 dual port adapter shares single pci device ID. This limits dts frame- work to use both the ports for the tests. With this patch, a new attribute also to refer second interface in such single pci port lookup is introduced. Added supporting APIs to derive this second interface and its MAC addresses whereever needed. Signed-off-by: Gowrishankar <gowrishankar.m@linux.vnet.ibm.com>
Diffstat (limited to 'framework/settings.py')
-rw-r--r--framework/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/settings.py b/framework/settings.py
index 9ae4cc2..5572e47 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -79,6 +79,7 @@ NICS = {
'fortpark':'8086:374c',
'fvl10g_vf':'8086:154c',
'atwood': '8086:15d5',
+ 'ConnectX3':'15b3:1003',
'ConnectX4':'15b3:1013',
'boulderrapid': '8086:15d0',
}
@@ -116,6 +117,7 @@ DRIVERS = {
'fortpark':'i40e',
'fvl10g_vf':'i40evf',
'atwood': 'fm10k',
+ 'ConnectX3':'mlx4_core',
'ConnectX4':'mlx5_core',
'boulderrapid': 'fm10k',
}