* [dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf
@ 2016-07-08 8:29 Lijuan Tu
2016-07-12 1:12 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2016-07-08 8:29 UTC (permalink / raw)
To: dts; +Cc: Lijuan Tu
powervill_vf, vitual NIC from I350
sagepond_vf, vitual NIC from X552/X557
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
framework/settings.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/framework/settings.py b/framework/settings.py
index 2f440c9..57eacf2 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -52,6 +52,7 @@ NICS = {
'kawela_4': '8086:1526',
'bartonhills': '8086:150e',
'powerville': '8086:1521',
+ 'powerville_vf': '8086:1520',
'ophir': '8086:105e',
'niantic': '8086:10fb',
'niantic_vf': '8086:10ed',
@@ -60,6 +61,7 @@ NICS = {
'twinville': '8086:1512',
'sageville': '8086:1563',
'sagepond' : '8086:15ad',
+ 'sagepond_vf':'8086:15a8',
'hartwell': '8086:10d3',
'82545EM': '8086:100f',
'82540EM': '8086:100e',
@@ -92,6 +94,7 @@ DRIVERS = {
'kawela_4': 'igb',
'bartonhills': 'igb',
'powerville': 'igb',
+ 'powerville_vf': 'igbvf',
'ophir': 'igb',
'niantic': 'ixgbe',
'niantic_vf': 'ixgbevf',
@@ -100,6 +103,7 @@ DRIVERS = {
'twinville': 'ixgbe',
'sageville': 'ixgbe',
'sagepond' : 'ixgbe',
+ 'sagepond_vf': 'ixgbevf',
'hartwell': 'igb',
'82545EM': 'igb',
'82540EM': 'igb',
--
1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf
2016-07-08 8:29 [dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf Lijuan Tu
@ 2016-07-12 1:12 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-07-12 1:12 UTC (permalink / raw)
To: Lijuan Tu, dts
Applied, thanks Lijuan.
On 07/08/2016 04:29 PM, Lijuan Tu wrote:
> powervill_vf, vitual NIC from I350
> sagepond_vf, vitual NIC from X552/X557
>
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
> framework/settings.py | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 2f440c9..57eacf2 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -52,6 +52,7 @@ NICS = {
> 'kawela_4': '8086:1526',
> 'bartonhills': '8086:150e',
> 'powerville': '8086:1521',
> + 'powerville_vf': '8086:1520',
> 'ophir': '8086:105e',
> 'niantic': '8086:10fb',
> 'niantic_vf': '8086:10ed',
> @@ -60,6 +61,7 @@ NICS = {
> 'twinville': '8086:1512',
> 'sageville': '8086:1563',
> 'sagepond' : '8086:15ad',
> + 'sagepond_vf':'8086:15a8',
> 'hartwell': '8086:10d3',
> '82545EM': '8086:100f',
> '82540EM': '8086:100e',
> @@ -92,6 +94,7 @@ DRIVERS = {
> 'kawela_4': 'igb',
> 'bartonhills': 'igb',
> 'powerville': 'igb',
> + 'powerville_vf': 'igbvf',
> 'ophir': 'igb',
> 'niantic': 'ixgbe',
> 'niantic_vf': 'ixgbevf',
> @@ -100,6 +103,7 @@ DRIVERS = {
> 'twinville': 'ixgbe',
> 'sageville': 'ixgbe',
> 'sagepond' : 'ixgbe',
> + 'sagepond_vf': 'ixgbevf',
> 'hartwell': 'igb',
> '82545EM': 'igb',
> '82540EM': 'igb',
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-12 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-08 8:29 [dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf Lijuan Tu
2016-07-12 1:12 ` 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).