From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH 2/3] framework settings: add atwood channel support
Date: Wed, 20 Jan 2016 16:41:20 +0800 [thread overview]
Message-ID: <1453279281-15206-2-git-send-email-yong.liu@intel.com> (raw)
In-Reply-To: <1453279281-15206-1-git-send-email-yong.liu@intel.com>
Signed-off-by: Marvin Liu <yong.liu@intel.com>
diff --git a/framework/settings.py b/framework/settings.py
index 02759f7..f76eadc 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -77,6 +77,7 @@ NICS = {
'redrockcanyou': '8086:15a4',
'fortpark':'8086:374c',
'fvl10g_vf':'8086:154c'
+ 'atwood': '8086:15d5',
}
DRIVERS = {
@@ -109,6 +110,7 @@ DRIVERS = {
'fortville_spirit_single': 'i40e',
'redrockcanyou': 'fm10k',
'fvl10g_vf':'i40evf'
+ 'atwood': 'fm10k',
}
"""
--
2.4.3
next prev parent reply other threads:[~2016-01-20 8:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-20 8:41 [dts] [PATCH 1/3] nics fm10k: fix nic object incorrect issue Yong Liu
2016-01-20 8:41 ` Yong Liu [this message]
2016-01-20 8:41 ` [dts] [PATCH 3/3] tests: support atwood in suites Yong Liu
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=1453279281-15206-2-git-send-email-yong.liu@intel.com \
--to=yong.liu@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).