test suite reviews and discussions
 help / color / mirror / Atom feed
From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1 1/3] framework: add NIC IGC-I226_LM identifiers
Date: Fri, 24 Jun 2022 01:39:01 -0400	[thread overview]
Message-ID: <20220624053903.4195-2-linglix.chen@intel.com> (raw)
In-Reply-To: <20220624053903.4195-1-linglix.chen@intel.com>

add new igc NIC IGC-I226_LM

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 78b1250c..2e7bcfa5 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -83,6 +83,7 @@ NICS = {
     "I40E_10G-10G_BASE_T_BC": "8086:15ff",
     "hi1822": "19e5:1822",
     "IGC-I225_LM": "8086:15f2",
+    "IGC-I226_LM": "8086:125b",
     "brcm_57414": "14e4:16d7",
     "brcm_P2100G": "14e4:1750",
 }
@@ -162,6 +163,7 @@ DRIVERS = {
     "I40E_10G-10G_BASE_T_BC": "i40e",
     "hi1822": "hinic",
     "IGC-I225_LM": "igc",
+    "IGC-I226_LM": "igc",
     "brcm_57414": "bnxt_en",
     "brcm_P2100G": "bnxt_en",
 }
-- 
2.17.1


  reply	other threads:[~2022-06-24  6:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24  5:39 [dts][PATCH V1 0/3] add NIC IGC-I226_LM in support cases Lingli Chen
2022-06-24  5:39 ` Lingli Chen [this message]
2022-06-24  5:39 ` [dts][PATCH V1 2/3] conf/test_case_*: " Lingli Chen
2022-06-24  5:39 ` [dts][PATCH V1 3/3] tests/*: add NIC IGC-I226_LM in support suits Lingli Chen

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=20220624053903.4195-2-linglix.chen@intel.com \
    --to=linglix.chen@intel.com \
    --cc=dts@dpdk.org \
    --cc=zhiminx.huang@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).