test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/4] framework/settings: append cvl 25g and 100g
@ 2019-06-25 16:13 Wenjie Li
  2019-06-25 16:13 ` [dts] [PATCH V1 2/4] conf/supportlist: append suite enable_package_download_in_ice_driver Wenjie Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wenjie Li @ 2019-06-25 16:13 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

append cvl 25g and 100g.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 framework/settings.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 34d49f7..b0bcd4b 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -100,6 +100,8 @@ NICS = {
     'hi1822': '19e5:1822',
     'fortvile_bdw_de': '8086:15ac',
     'cavium_a063': '177d:a063',
+    'columbiaville_100g': '8086:1592',
+    'columbiaville_25g': '8086:1593',
 }
 
 DRIVERS = {
@@ -154,6 +156,8 @@ DRIVERS = {
     'hi1822': 'hinic',
     'fortvile_bdw_de': 'ixgbe',
     'cavium_a063': 'octeontx2-nicpf',
+    'columbiaville_100g': 'ice',
+    'columbiaville_25g': 'ice',
 }
 
 """
-- 
2.17.1


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

end of thread, other threads:[~2019-06-25  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 16:13 [dts] [PATCH V1 1/4] framework/settings: append cvl 25g and 100g Wenjie Li
2019-06-25 16:13 ` [dts] [PATCH V1 2/4] conf/supportlist: append suite enable_package_download_in_ice_driver Wenjie Li
2019-06-25 16:13 ` [dts] [PATCH V1 3/4] dep: add ice.pkg for cvl nics Wenjie Li
2019-06-25 16:13 ` [dts] [PATCH V1 4/4] tests: add new suite enable_package_download_in_ice_driver Wenjie Li
2019-06-25  9:00   ` Peng, Yuan

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