* [dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
@ 2019-08-12 7:42 Yash Sharma
2019-08-12 7:42 ` [dts] [PATCH v1] " Yash Sharma
0 siblings, 1 reply; 4+ 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] 4+ messages in thread
* [dts] [PATCH v1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
2019-08-12 7:42 [dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS Yash Sharma
@ 2019-08-12 7:42 ` Yash Sharma
2019-08-21 9:27 ` Tu, Lijuan
0 siblings, 1 reply; 4+ 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',
}
"""
--
2.12.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH v1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
2019-08-12 7:42 ` [dts] [PATCH v1] " Yash Sharma
@ 2019-08-21 9:27 ` Tu, Lijuan
0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-08-21 9:27 UTC (permalink / raw)
To: Yash Sharma, dts; +Cc: root
Applied with changing signed-off to " Yash Sharma <ysharma@marvell.com>"
> -----Original Message-----
> From: Yash Sharma [mailto:ysharma@marvell.com]
> Sent: Monday, August 12, 2019 3:43 PM
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Cc: root <root@localhost.localdomain>
> Subject: [PATCH v1] framework/settings.py:Interchanging Contents in NICS
> and DRIVERS.
>
> 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',
> }
>
> """
> --
> 2.12.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH 1/1] framework/settings.py Interchanging Contents in NICS and DRIVERS.
@ 2019-07-15 5:36 Yash Sharma
0 siblings, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2019-08-21 9:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 7:42 [dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS Yash Sharma
2019-08-12 7:42 ` [dts] [PATCH v1] " Yash Sharma
2019-08-21 9:27 ` Tu, Lijuan
-- strict thread matches above, loose matches on Subject: below --
2019-07-15 5:36 [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).