test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2 1/3] framework: add NIC IGC-I226_LM identifiers
@ 2022-06-24  6:35 Lingli Chen
  2022-06-24  6:35 ` [dts][PATCH V2 2/3] conf/test_case_*: add NIC IGC-I226_LM in support cases Lingli Chen
  2022-06-24  6:35 ` [dts][PATCH V2 3/3] tests/*: add NIC IGC-I226_LM in support suites Lingli Chen
  0 siblings, 2 replies; 4+ messages in thread
From: Lingli Chen @ 2022-06-24  6:35 UTC (permalink / raw)
  To: dts; +Cc: zhiminx.huang, Lingli Chen

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


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

end of thread, other threads:[~2022-06-29  1:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24  6:35 [dts][PATCH V2 1/3] framework: add NIC IGC-I226_LM identifiers Lingli Chen
2022-06-24  6:35 ` [dts][PATCH V2 2/3] conf/test_case_*: add NIC IGC-I226_LM in support cases Lingli Chen
2022-06-24  6:35 ` [dts][PATCH V2 3/3] tests/*: add NIC IGC-I226_LM in support suites Lingli Chen
2022-06-29  1:34   ` 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).