* [dts] [PATCH] framework settings: add the NIC type(mgpk)
@ 2016-09-12 6:47 Peng yuan
2016-09-12 9:00 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Peng yuan @ 2016-09-12 6:47 UTC (permalink / raw)
To: dts; +Cc: pengyuan
From: pengyuan <yuan.peng@intel.com>
Signed-off-by: pengyuan <yuan.peng@intel.com>
diff --git a/framework/settings.py b/framework/settings.py
index 57eacf2..cf3f50b 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -61,6 +61,7 @@ NICS = {
'twinville': '8086:1512',
'sageville': '8086:1563',
'sagepond' : '8086:15ad',
+ 'mgpk': '8086:15ce',
'sagepond_vf':'8086:15a8',
'hartwell': '8086:10d3',
'82545EM': '8086:100f',
@@ -104,6 +105,7 @@ DRIVERS = {
'sageville': 'ixgbe',
'sagepond' : 'ixgbe',
'sagepond_vf': 'ixgbevf',
+ 'mgpk' : 'ixgbe',
'hartwell': 'igb',
'82545EM': 'igb',
'82540EM': 'igb',
--
2.5.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] framework settings: add the NIC type(mgpk)
2016-09-12 6:47 [dts] [PATCH] framework settings: add the NIC type(mgpk) Peng yuan
@ 2016-09-12 9:00 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-09-12 9:00 UTC (permalink / raw)
To: Peng, Yuan, dts; +Cc: Peng, Yuan
Yuan, please do not use abbreviation for NIC's name. It's difficult to pronounce it.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng yuan
> Sent: Monday, September 12, 2016 2:48 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan
> Subject: [dts] [PATCH] framework settings: add the NIC type(mgpk)
>
> From: pengyuan <yuan.peng@intel.com>
>
> Signed-off-by: pengyuan <yuan.peng@intel.com>
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 57eacf2..cf3f50b 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -61,6 +61,7 @@ NICS = {
> 'twinville': '8086:1512',
> 'sageville': '8086:1563',
> 'sagepond' : '8086:15ad',
> + 'mgpk': '8086:15ce',
> 'sagepond_vf':'8086:15a8',
> 'hartwell': '8086:10d3',
> '82545EM': '8086:100f',
> @@ -104,6 +105,7 @@ DRIVERS = {
> 'sageville': 'ixgbe',
> 'sagepond' : 'ixgbe',
> 'sagepond_vf': 'ixgbevf',
> + 'mgpk' : 'ixgbe',
> 'hartwell': 'igb',
> '82545EM': 'igb',
> '82540EM': 'igb',
> --
> 2.5.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-12 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12 6:47 [dts] [PATCH] framework settings: add the NIC type(mgpk) Peng yuan
2016-09-12 9:00 ` 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).