test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2 1/3] framework/settings: enable ICE_25G-E823C_QSFP supported cases
@ 2022-12-30 13:57 Hongbo Li
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Hongbo Li @ 2022-12-30 13:57 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>
---

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


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

end of thread, other threads:[~2023-01-04  1:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 13:57 [dts][PATCH V2 1/3] framework/settings: enable ICE_25G-E823C_QSFP supported cases Hongbo Li
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

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