test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 1/1] framework/settings.py Interchanging Contents in NICS and DRIVERS.
@ 2019-07-15  5:36 Yash Sharma
  0 siblings, 0 replies; 2+ messages in thread
From: Yash Sharma @ 2019-07-15  5:36 UTC (permalink / raw)
  To: dts, lijuan.tu; +Cc: yash

From: yash <ysharma@marvell.com>

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

Signed-off-by: yash <ysharma@marvell.com>
---
 framework/settings.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index caec361..c4ccd6f 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -102,10 +102,10 @@ NICS = {
     'cavium_a063': '177d:a063',
     '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 = {
@@ -162,10 +162,10 @@ DRIVERS = {
     'cavium_a063': 'octeontx2-nicpf',
     '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


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
@ 2019-08-12  7:42 Yash Sharma
  0 siblings, 0 replies; 2+ messages in thread
From: Yash Sharma @ 2019-08-12  7:42 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: root

From: root <root@localhost.localdomain>

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

Signed-off-by: root <root@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-12  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15  5:36 [dts] [PATCH 1/1] framework/settings.py Interchanging Contents in NICS and DRIVERS Yash Sharma
2019-08-12  7:42 [dts] [PATCH 1/1] framework/settings.py:Interchanging " Yash Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).