test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/3] framework/settings: enable icxd support cases
@ 2022-12-26  5:05 Hongbo Li
  2022-12-26  5:05 ` [dts][PATCH V1 2/3] conf/test_case*: " Hongbo Li
  2022-12-26  5:05 ` [dts][PATCH V1 3/3] tests/*: " Hongbo Li
  0 siblings, 2 replies; 3+ messages in thread
From: Hongbo Li @ 2022-12-26  5:05 UTC (permalink / raw)
  To: dts; +Cc: Hongbo Li

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-26  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26  5:05 [dts][PATCH V1 1/3] framework/settings: enable icxd support cases Hongbo Li
2022-12-26  5:05 ` [dts][PATCH V1 2/3] conf/test_case*: " Hongbo Li
2022-12-26  5:05 ` [dts][PATCH V1 3/3] tests/*: " Hongbo Li

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).