test suite reviews and discussions
 help / color / mirror / Atom feed
From: pengyuan <yuan.peng@intel.com>
To: dts@dpdk.org
Cc: pengyuan <yuan.peng@intel.com>
Subject: [dts] [PATCH] Support fortpark_TLV
Date: Wed, 15 Jun 2016 16:12:26 +0800	[thread overview]
Message-ID: <1465978346-15477-1-git-send-email-yuan.peng@intel.com> (raw)
In-Reply-To: <yes>

Signed-off-by: pengyuan <yuan.peng@intel.com>

diff --git a/framework/settings.py b/framework/settings.py
index 5572e47..2f440c9 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -77,6 +77,8 @@ NICS = {
     'fortville_spirit_single': '8086:1584',
     'redrockcanyou': '8086:15a4',
     'fortpark':'8086:374c',
+    'fortpark_TLV':'8086:37d0',
+    'fortpark_TLV_vf':'8086:37cd',
     'fvl10g_vf':'8086:154c',
     'atwood': '8086:15d5',
     'ConnectX3':'15b3:1003',
@@ -115,6 +117,8 @@ DRIVERS = {
     'fortville_spirit_single': 'i40e',
     'redrockcanyou': 'fm10k',
     'fortpark':'i40e',
+    'fortpark_TLV':'i40e',
+    'fortpark_TLV_vf':'i40evf',
     'fvl10g_vf':'i40evf',
     'atwood': 'fm10k',
     'ConnectX3':'mlx4_core',
diff --git a/framework/test_case.py b/framework/test_case.py
index 296dbf7..84d15c7 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -104,6 +104,8 @@ class TestCase(object):
             bitrate *= 40
         elif nic == 'fortville_eagle':
             bitrate *= 10
+        elif nic == 'fortpark_TLV':
+            bitrate *= 10
         elif nic == 'redrockcanyou':
             bitrate *= 40
 
-- 
2.5.0

       reply	other threads:[~2016-06-15  8:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yes>
2016-06-15  8:12 ` pengyuan [this message]
2016-06-21  9:01   ` Liu, Yong
2016-06-15  8:46 ` [dts] [PATCH] Support NIC type fortpark_TLV pengyuan
2016-06-21  9:08   ` Liu, Yong
2016-06-16  1:19 ` [dts] [PATCH] *** tests: add fortville rss granularity script *** pengyuan
2016-06-16  1:19   ` [dts] [PATCH] tests: add fortville rss granularity script pengyuan
2016-06-22  8:25     ` Pei, Yulong

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=1465978346-15477-1-git-send-email-yuan.peng@intel.com \
    --to=yuan.peng@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).