test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers
@ 2019-06-24 11:34 Yash Sharma
  2019-06-26  8:18 ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Yash Sharma @ 2019-06-24 11:34 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]

Patch adds preliminary settings to support Qlogic NICs.



Signed-off-by: yash <ysharma@marvell.com<mailto:ysharma@marvell.com>>

---

framework/settings.py | 8 ++++++++

1 file changed, 8 insertions(+)



diff --git a/framework/settings.py b/framework/settings.py index 39d07d8..257d38e 100644

--- a/framework/settings.py

+++ b/framework/settings.py

@@ -100,6 +100,10 @@ NICS = {

     'hi1822': '19e5:1822',

     'fortvile_bdw_de': '8086:15ac',

     'cavium_a063': '177d:a063',

+    'fastlinq_ql45000': '1077:1656',

+    'fastlinq_ql45000_vf': '1077:1664',

+    'fastlinq_ql41000': '1077:8070',

+    'fastlinq_ql41000_vf': '1077:8090',

}

 DRIVERS = {

@@ -154,6 +158,10 @@ DRIVERS = {

     'hi1822': 'hinic',

     'fortvile_bdw_de': 'ixgbe',

     'cavium_a063': 'octeontx2-nicpf',

+    'fastlinq_ql45000': 'qede',

+    'fastlinq_ql41000': 'qede',

+    'fastlinq_ql45000_vf': 'qede',

+    'fastlinq_ql41000_vf': 'qede',

}

 """

--

1.8.3.1


[-- Attachment #2: Type: text/html, Size: 4693 bytes --]

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

* Re: [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers
  2019-06-24 11:34 [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers Yash Sharma
@ 2019-06-26  8:18 ` Tu, Lijuan
  2019-06-27  6:17   ` Yash Sharma
  0 siblings, 1 reply; 3+ messages in thread
From: Tu, Lijuan @ 2019-06-26  8:18 UTC (permalink / raw)
  To: Yash Sharma, dts

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

Hi Yash,

Could you please rework your patch, because applied failed, maybe because the code baseline changed.
This is error informantion.
Applying: framework/settings: Adding qlogic PCI IDs and drivers
error: patch fragment without header at line 16: @@ -100,6 +100,10 @@ NICS = {
Patch failed at 0001 framework/settings: Adding qlogic PCI IDs and drivers

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yash Sharma
Sent: Monday, June 24, 2019 7:35 PM
To: dts@dpdk.org
Subject: [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers


Patch adds preliminary settings to support Qlogic NICs.



Signed-off-by: yash <ysharma@marvell.com<mailto:ysharma@marvell.com>>

---

framework/settings.py | 8 ++++++++

1 file changed, 8 insertions(+)



diff --git a/framework/settings.py b/framework/settings.py index 39d07d8..257d38e 100644

--- a/framework/settings.py

+++ b/framework/settings.py

@@ -100,6 +100,10 @@ NICS = {

     'hi1822': '19e5:1822',

     'fortvile_bdw_de': '8086:15ac',

     'cavium_a063': '177d:a063',

+    'fastlinq_ql45000': '1077:1656',

+    'fastlinq_ql45000_vf': '1077:1664',

+    'fastlinq_ql41000': '1077:8070',

+    'fastlinq_ql41000_vf': '1077:8090',

}



 DRIVERS = {

@@ -154,6 +158,10 @@ DRIVERS = {

     'hi1822': 'hinic',

     'fortvile_bdw_de': 'ixgbe',

     'cavium_a063': 'octeontx2-nicpf',

+    'fastlinq_ql45000': 'qede',

+    'fastlinq_ql41000': 'qede',

+    'fastlinq_ql45000_vf': 'qede',

+    'fastlinq_ql41000_vf': 'qede',

}



 """

--

1.8.3.1


[-- Attachment #2: Type: text/html, Size: 6473 bytes --]

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

* Re: [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers
  2019-06-26  8:18 ` Tu, Lijuan
@ 2019-06-27  6:17   ` Yash Sharma
  0 siblings, 0 replies; 3+ messages in thread
From: Yash Sharma @ 2019-06-27  6:17 UTC (permalink / raw)
  To: Tu, Lijuan, dts

[-- Attachment #1: Type: text/plain, Size: 1942 bytes --]

Hi Lijuan,

Submitted patch.

Thanks,
Yash

From: Tu, Lijuan <lijuan.tu@intel.com>
Sent: Wednesday, June 26, 2019 1:48 PM
To: Yash Sharma <ysharma@marvell.com>; dts@dpdk.org
Subject: [EXT] RE: [PATCH] framework/settings: Adding qlogic PCI IDs and drivers

External Email
________________________________
Hi Yash,

Could you please rework your patch, because applied failed, maybe because the code baseline changed.
This is error informantion.
Applying: framework/settings: Adding qlogic PCI IDs and drivers
error: patch fragment without header at line 16: @@ -100,6 +100,10 @@ NICS = {
Patch failed at 0001 framework/settings: Adding qlogic PCI IDs and drivers

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yash Sharma
Sent: Monday, June 24, 2019 7:35 PM
To: dts@dpdk.org<mailto:dts@dpdk.org>
Subject: [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers


Patch adds preliminary settings to support Qlogic NICs.



Signed-off-by: yash <ysharma@marvell.com<mailto:ysharma@marvell.com>>

---

framework/settings.py | 8 ++++++++

1 file changed, 8 insertions(+)



diff --git a/framework/settings.py b/framework/settings.py index 39d07d8..257d38e 100644

--- a/framework/settings.py

+++ b/framework/settings.py

@@ -100,6 +100,10 @@ NICS = {

     'hi1822': '19e5:1822',

     'fortvile_bdw_de': '8086:15ac',

     'cavium_a063': '177d:a063',

+    'fastlinq_ql45000': '1077:1656',

+    'fastlinq_ql45000_vf': '1077:1664',

+    'fastlinq_ql41000': '1077:8070',

+    'fastlinq_ql41000_vf': '1077:8090',

}



 DRIVERS = {

@@ -154,6 +158,10 @@ DRIVERS = {

     'hi1822': 'hinic',

     'fortvile_bdw_de': 'ixgbe',

     'cavium_a063': 'octeontx2-nicpf',

+    'fastlinq_ql45000': 'qede',

+    'fastlinq_ql41000': 'qede',

+    'fastlinq_ql45000_vf': 'qede',

+    'fastlinq_ql41000_vf': 'qede',

}



 """

--

1.8.3.1


[-- Attachment #2: Type: text/html, Size: 7867 bytes --]

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

end of thread, other threads:[~2019-06-27  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 11:34 [dts] [PATCH] framework/settings: Adding qlogic PCI IDs and drivers Yash Sharma
2019-06-26  8:18 ` Tu, Lijuan
2019-06-27  6:17   ` 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).