[dts] [PATCH V2] tests/TestSuite_link_status_interrupt :enable CVL25G&100G nic to support link status case

zhiwei.he zhiwei.he at intel.com
Fri Aug 30 16:17:33 CEST 2019


From: "zhiwei.he" <zhiwei.he at intel.com>

Signed-off-by: zhiwei.he <zhiwei.he at intel.com>
---
 tests/TestSuite_link_status_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_link_status_interrupt.py b/tests/TestSuite_link_status_interrupt.py
index 5e9e2e7..1d7e67e 100644
--- a/tests/TestSuite_link_status_interrupt.py
+++ b/tests/TestSuite_link_status_interrupt.py
@@ -63,7 +63,7 @@ class TestLinkStatusInterrupt(TestCase):
         self.verify("No such file" not in out, "compilation error 2")
         # from kernel 4.8+, kernel will not support legacy intr mode.
         # detailed info:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/drivers/pci/quirks.c?id=8bcf4525c5d43306c5fd07e132bc8650e3491aec
-        if self.nic in ["fortville_eagle", "fortville_spirit",
+        if self.nic in ["columbiaville_25g", "columbiaville_100g",  "fortville_eagle", "fortville_spirit",
                         "fortville_spirt_single", "fortville_25g", "carlsville"]:
             self.basic_intr_mode = ["msix"]
         else:
-- 
1.8.3.1



More information about the dts mailing list