test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yash Sharma <ysharma@marvell.com>
To: <lijuan.tu@intel.com>
Cc: <dts@dpdk.org>, yash <ysharma@marvell.com>
Subject: [dts] [PATCH 1/1] Patch adds preliminary settings to support Qlogic NICs.
Date: Fri, 28 Jun 2019 00:13:31 -0700	[thread overview]
Message-ID: <20190628071332.25246-1-ysharma@marvell.com> (raw)

From: yash <ysharma@marvell.com>

Signed-off-by: yash <ysharma@marvell.com>
---
 framework/settings.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 34d49f7..6ece55e 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -100,6 +100,10 @@ NICS = {
     'hi1822': '19e5:1822',
     'fortvile_bdw_de': '8086:15ac',
     'cavium_a063': '177d:a063',
+    'fastlinq_ql45000': '1077:1656',
+    'fastlinq_ql45000_vf': '1077:1664',
+    'fastlinq_ql41000': '1077:8070',
+    'fastlinq_ql41000_vf': '1077:8090',
 }
 
 DRIVERS = {
@@ -154,6 +158,10 @@ DRIVERS = {
     'hi1822': 'hinic',
     'fortvile_bdw_de': 'ixgbe',
     'cavium_a063': 'octeontx2-nicpf',
+    'fastlinq_ql45000': 'qede',
+    'fastlinq_ql41000': 'qede',
+    'fastlinq_ql45000_vf': 'qede',
+    'fastlinq_ql41000_vf': 'qede',
 }
 
 """
-- 
1.8.3.1


             reply	other threads:[~2019-06-28  7:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28  7:13 Yash Sharma [this message]
2019-06-28  7:13 ` [dts] [PATCH 1/1] Total Packet Length includes CRC(4 bytes) so no need of adding extra 4 bytes for fastlinq Adapters Yash Sharma
  -- strict thread matches above, loose matches on Subject: below --
2019-06-26 11:17 [dts] [PATCH 1/1] Patch adds preliminary settings to support Qlogic NICs Yash Sharma
2019-07-03  9:41 ` Tu, Lijuan

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=20190628071332.25246-1-ysharma@marvell.com \
    --to=ysharma@marvell.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.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).