[dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.

Yash Sharma ysharma at marvell.com
Mon Aug 12 09:42:48 CEST 2019


From: root <root at localhost.localdomain>

In the previous commit Contents got interchnaged so making the necessary changes to Correct it.

Signed-off-by: root <root at localhost.localdomain>
---
 framework/settings.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index ea95b28..4f0368b 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -103,10 +103,10 @@ NICS = {
     'cavium_a064': '177d:a064',
     'columbiaville_100g': '8086:1592',
     'columbiaville_25g': '8086:1593',
-    'fastlinq_ql45000': 'qede',
-    'fastlinq_ql41000': 'qede',
-    'fastlinq_ql45000_vf': 'qede',
-    'fastlinq_ql41000_vf': 'qede',
+    'fastlinq_ql45000': '1077:1656',
+    'fastlinq_ql45000_vf': '1077:1664',
+    'fastlinq_ql41000': '1077:8070',
+    'fastlinq_ql41000_vf': '1077:8090',
 }
 
 DRIVERS = {
@@ -164,10 +164,10 @@ DRIVERS = {
     'cavium_a064': 'octeontx2-nicvf',
     'columbiaville_100g': 'ice',
     'columbiaville_25g': 'ice',
-    'fastlinq_ql45000': '1077:1656',
-    'fastlinq_ql45000_vf': '1077:1664',
-    'fastlinq_ql41000': '1077:8070',
-    'fastlinq_ql41000_vf': '1077:8090',
+    'fastlinq_ql45000': 'qede',
+    'fastlinq_ql41000': 'qede',
+    'fastlinq_ql45000_vf': 'qede',
+    'fastlinq_ql41000_vf': 'qede',
 }
 
 """
-- 
1.8.3.1



More information about the dts mailing list