From: Hongbo Li <hongbox.li@intel.com>
To: dts@dpdk.org
Cc: Hongbo Li <hongbox.li@intel.com>
Subject: [dts][PATCH V1 1/3] framework/settings: enable ICE_25G-E823C_QSFP supported cases
Date: Mon, 26 Dec 2022 06:18:21 +0000 [thread overview]
Message-ID: <20221226061823.1005437-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>
---
framework/settings.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/framework/settings.py b/framework/settings.py
index 69bb950b..05701764 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.25.1
next reply other threads:[~2022-12-26 7:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 6:18 Hongbo Li [this message]
2022-12-26 6:18 ` [dts][PATCH V1 2/3] conf/test_case*: " Hongbo Li
2022-12-26 6:18 ` [dts][PATCH V1 3/3] tests/*: " Hongbo Li
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=20221226061823.1005437-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).