* [dts] [PATCH V2] framework: Add the NIC type magnolia park
@ 2016-10-19 2:34 pengyuan
2016-10-19 3:05 ` Liu, Yong
0 siblings, 1 reply; 4+ messages in thread
From: pengyuan @ 2016-10-19 2:34 UTC (permalink / raw)
To: dts; +Cc: Peng Yuan
From: Peng Yuan <yuan.peng@intel.com>
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
diff --git a/framework/settings.py b/framework/settings.py
index 1cfb6c1..e232364 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -63,6 +63,7 @@ NICS = {
'sageville': '8086:1563',
'sagepond': '8086:15ad',
'sagepond_vf': '8086:15a8',
+ 'magnolia_park': '8086:15ce',
'hartwell': '8086:10d3',
'82545EM': '8086:100f',
'82540EM': '8086:100e',
@@ -105,6 +106,7 @@ DRIVERS = {
'sageville': 'ixgbe',
'sagepond': 'ixgbe',
'sagepond_vf': 'ixgbevf',
+ 'magnolia_park' : 'ixgbe',
'hartwell': 'igb',
'82545EM': 'igb',
'82540EM': 'igb',
--
2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V2] framework: Add the NIC type magnolia park
2016-10-19 2:34 [dts] [PATCH V2] framework: Add the NIC type magnolia park pengyuan
@ 2016-10-19 3:05 ` Liu, Yong
0 siblings, 0 replies; 4+ messages in thread
From: Liu, Yong @ 2016-10-19 3:05 UTC (permalink / raw)
To: Peng, Yuan, dts; +Cc: Peng, Yuan
Thanks, applied.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of pengyuan
> Sent: Tuesday, October 18, 2016 7:35 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan
> Subject: [dts] [PATCH V2] framework: Add the NIC type magnolia park
>
> From: Peng Yuan <yuan.peng@intel.com>
>
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 1cfb6c1..e232364 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -63,6 +63,7 @@ NICS = {
> 'sageville': '8086:1563',
> 'sagepond': '8086:15ad',
> 'sagepond_vf': '8086:15a8',
> + 'magnolia_park': '8086:15ce',
> 'hartwell': '8086:10d3',
> '82545EM': '8086:100f',
> '82540EM': '8086:100e',
> @@ -105,6 +106,7 @@ DRIVERS = {
> 'sageville': 'ixgbe',
> 'sagepond': 'ixgbe',
> 'sagepond_vf': 'ixgbevf',
> + 'magnolia_park' : 'ixgbe',
> 'hartwell': 'igb',
> '82545EM': 'igb',
> '82540EM': 'igb',
> --
> 2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V2] framework: Add the NIC type magnolia_park
2016-10-19 1:53 ` [dts] [PATCH V2] framework: Add the NIC type magnolia_park pengyuan
@ 2016-10-19 2:21 ` Liu, Yong
0 siblings, 0 replies; 4+ messages in thread
From: Liu, Yong @ 2016-10-19 2:21 UTC (permalink / raw)
To: Peng, Yuan, dts; +Cc: root
Yuan, you can configure your git name by modify ~/.gitconfig.
[user]
email = yuan.peng@intel.com
name = Peng Yuan
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of pengyuan
> Sent: Tuesday, October 18, 2016 6:54 PM
> To: dts@dpdk.org
> Cc: root
> Subject: [dts] [PATCH V2] framework: Add the NIC type magnolia_park
>
> From: root <root@localhost.localdomain>
>
> Signed-off-by: root <root@localhost.localdomain>
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 1cfb6c1..e232364 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -63,6 +63,7 @@ NICS = {
> 'sageville': '8086:1563',
> 'sagepond': '8086:15ad',
> 'sagepond_vf': '8086:15a8',
> + 'magnolia_park': '8086:15ce',
> 'hartwell': '8086:10d3',
> '82545EM': '8086:100f',
> '82540EM': '8086:100e',
> @@ -105,6 +106,7 @@ DRIVERS = {
> 'sageville': 'ixgbe',
> 'sagepond': 'ixgbe',
> 'sagepond_vf': 'ixgbevf',
> + 'magnolia_park' : 'ixgbe',
> 'hartwell': 'igb',
> '82545EM': 'igb',
> '82540EM': 'igb',
> --
> 2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH V2] framework: Add the NIC type magnolia_park
[not found] <yes\x7f\x7f\x7f>
@ 2016-10-19 1:53 ` pengyuan
2016-10-19 2:21 ` Liu, Yong
0 siblings, 1 reply; 4+ messages in thread
From: pengyuan @ 2016-10-19 1:53 UTC (permalink / raw)
To: dts; +Cc: root
From: root <root@localhost.localdomain>
Signed-off-by: root <root@localhost.localdomain>
diff --git a/framework/settings.py b/framework/settings.py
index 1cfb6c1..e232364 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -63,6 +63,7 @@ NICS = {
'sageville': '8086:1563',
'sagepond': '8086:15ad',
'sagepond_vf': '8086:15a8',
+ 'magnolia_park': '8086:15ce',
'hartwell': '8086:10d3',
'82545EM': '8086:100f',
'82540EM': '8086:100e',
@@ -105,6 +106,7 @@ DRIVERS = {
'sageville': 'ixgbe',
'sagepond': 'ixgbe',
'sagepond_vf': 'ixgbevf',
+ 'magnolia_park' : 'ixgbe',
'hartwell': 'igb',
'82545EM': 'igb',
'82540EM': 'igb',
--
2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-19 3:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 2:34 [dts] [PATCH V2] framework: Add the NIC type magnolia park pengyuan
2016-10-19 3:05 ` Liu, Yong
[not found] <yes\x7f\x7f\x7f>
2016-10-19 1:53 ` [dts] [PATCH V2] framework: Add the NIC type magnolia_park pengyuan
2016-10-19 2:21 ` Liu, Yong
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).