test suite reviews and discussions
 help / color / mirror / Atom feed
From: Hongbo Li <hongbox.li@intel.com>
To: dts@dpdk.org
Cc: Hongbo Li <hongbox.li@intel.com>
Subject: [dts][PATCH V2 1/3] framework/settings: enable ICE_25G-E823C_QSFP supported cases
Date: Fri, 30 Dec 2022 21:57:53 +0800	[thread overview]
Message-ID: <20221230135755.8650-1-hongbox.li@intel.com> (raw)

1.name the ICX-D HCC nic ICE_25G-E823C_QSFP
2.add ICE_25G-E823C_QSFP in ETH_800_SERIES

Signed-off-by: Hongbo Li <hongbox.li@intel.com>
---

v2:
-format script.

 framework/settings.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 69bb950b..48e6d443 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -73,6 +73,7 @@ NICS = {
     "cavium_a063": "177d:a063",
     "cavium_a064": "177d:a064",
     "ICE_100G-E810C_QSFP": "8086:1592",
+    "ICE_25G-E823C_QSFP": "8086:188b",
     "ICE_25G-E810C_SFP": "8086:1593",
     "ICE_25G-E810_XXV_SFP": "8086:159b",
     "IAVF-ADAPTIVE_VF": "8086:1889",
@@ -102,6 +103,7 @@ ETH_800_SERIES = (
     "ICE_25G-E810C_SFP",
     "ICE_25G-E810_XXV_SFP",
     "IAVF-ADAPTIVE_VF",
+    "ICE_25G-E823C_QSFP",
 )
 
 DRIVERS = {
@@ -156,6 +158,7 @@ DRIVERS = {
     "cavium_a064": "octeontx2-nicvf",
     "ICE_100G-E810C_QSFP": "ice",
     "ICE_25G-E810C_SFP": "ice",
+    "ICE_25G-E823C_QSFP": "ice",
     "ICE_25G-E810_XXV_SFP": "ice",
     "IAVF-ADAPTIVE_VF": "iavf",
     "fastlinq_ql45000": "qede",
-- 
2.17.1


             reply	other threads:[~2022-12-30  5:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30 13:57 Hongbo Li [this message]
2022-12-30 13:57 ` [dts][PATCH V2 2/3] conf/test_case*: " Hongbo Li
2022-12-30 13:57 ` [dts][PATCH V2 3/3] tests/*: " Hongbo Li
2023-01-04  1:33   ` lijuan.tu

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=20221230135755.8650-1-hongbox.li@intel.com \
    --to=hongbox.li@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).