From: Lijuan Tu <lijuanx.a.tu@intel.com>
To: dts@dpdk.org
Cc: Lijuan Tu <lijuanx.a.tu@intel.com>
Subject: [dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf
Date: Fri, 8 Jul 2016 16:29:24 +0800 [thread overview]
Message-ID: <1467966564-41419-1-git-send-email-lijuanx.a.tu@intel.com> (raw)
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
next reply other threads:[~2016-07-08 8:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 8:29 Lijuan Tu [this message]
2016-07-12 1:12 ` Liu, Yong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467966564-41419-1-git-send-email-lijuanx.a.tu@intel.com \
--to=lijuanx.a.tu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).