test suite reviews and discussions
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@mellanox.com>
To: dts@dpdk.org
Cc: rasland@mellanox.com
Subject: [dts] [PATCH 1/2] settings: update mellanox's nics and their identifiers
Date: Sun,  7 Jan 2018 18:01:11 +0200	[thread overview]
Message-ID: <1515340872-1236-2-git-send-email-alialnu@mellanox.com> (raw)
In-Reply-To: <1515340872-1236-1-git-send-email-alialnu@mellanox.com>

    - Be more specific in nic names.
    - Update ConnectX-3's device identifier.
    - Add support for ConnectX-4 LX and ConnectX-5.

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 framework/settings.py | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index e5b7746..df3ac88 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -87,8 +87,11 @@ NICS = {
     'fortpark_TLV_vf': '8086:37cd',
     'fvl10g_vf': '8086:154c',
     'atwood': '8086:15d5',
-    'ConnectX3': '15b3:1003',
-    'ConnectX4': '15b3:1013',
+    'ConnectX3_MT4103': '15b3:1007',
+    'ConnectX4_MT4115': '15b3:1013',
+    'ConnectX4_LX_MT4117': '15b3:1015',
+    'ConnectX5_MT4119': '15b3:1017',
+    'ConnectX5_MT4121': '15b3:1019',
     'boulderrapid': '8086:15d0',
     'fortville_25g': '8086:158b',
     'cavium_a034': '177d:a034',
@@ -134,8 +137,11 @@ DRIVERS = {
     'fortpark_TLV_vf': 'i40evf',
     'fvl10g_vf': 'i40evf',
     'atwood': 'fm10k',
-    'ConnectX3': 'mlx4_core',
-    'ConnectX4': 'mlx5_core',
+    'ConnectX3_MT4103': 'mlx4_core',
+    'ConnectX4_MT4115': 'mlx5_core',
+    'ConnectX4_LX_MT4117': 'mlx5_core',
+    'ConnectX5_MT4119': 'mlx5_core',
+    'ConnectX5_MT4121': 'mlx5_core',
     'boulderrapid': 'fm10k',
     'fortville_25g': 'i40e',
     'cavium_a034': 'thunder-nicvf',
-- 
2.7.4

  reply	other threads:[~2018-01-07 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07 16:01 [dts] [PATCH 0/2] add and update support for Mellanox nics Ali Alnubani
2018-01-07 16:01 ` Ali Alnubani [this message]
2018-01-07 16:01 ` [dts] [PATCH 2/2] project_dpdk: move driver specific configurations to a separate method Ali Alnubani
2018-01-09 13:14 ` [dts] [PATCH 0/2] add and update support for Mellanox nics 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=1515340872-1236-2-git-send-email-alialnu@mellanox.com \
    --to=alialnu@mellanox.com \
    --cc=dts@dpdk.org \
    --cc=rasland@mellanox.com \
    /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).