test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/5]add cvl nic supported
@ 2021-01-11  5:36 Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api:add " Xie wei
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add cvl nic supported for some NIC PF suites.

Xie wei (5):
  tests/TestSuite_generic_flow_api:add cvl nic supported
  tests/TestSuite_rss_to_rte_flow:add cvl nic supported
  tests/TestSuite_rxtx_offload:add cvl nic supported
  conf/test_case_supportlist:add cvl nic supported
  conf/test_case_checklist:ice nic not support this case

 conf/test_case_checklist.json       |  2 ++
 conf/test_case_supportlist.json     |  6 ++++++
 tests/TestSuite_generic_flow_api.py | 28 +++++++++++++--------------
 tests/TestSuite_rss_to_rte_flow.py  | 30 ++++++++++++++---------------
 tests/TestSuite_rxtx_offload.py     | 10 +++++-----
 5 files changed, 42 insertions(+), 34 deletions(-)

-- 
2.17.1


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

* [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api:add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
@ 2021-01-11  5:36 ` Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 2/5] tests/TestSuite_rss_to_rte_flow:add " Xie wei
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add cvl nic supported.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_generic_flow_api.py | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index f4411876..6822f8ab 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -740,7 +740,7 @@ class TestGeneric_flow_api(TestCase):
         """
         only supported by igb
         """
-        self.verify(self.nic in ["bartonhills", "powerville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit"], "%s nic not support 2-tuple filter" % self.nic)
+        self.verify(self.nic in ["bartonhills", "powerville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"], "%s nic not support 2-tuple filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1))
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -750,7 +750,7 @@ class TestGeneric_flow_api(TestCase):
 
         # i350 and 82580 only support 2-tuple, and don't support SCTP
         # create the flow rules
-        if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit"]:
+        if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"]:
             basic_flow_actions = [
                 {'create': 'validate', 'flows': ['ipv4', 'udp', 'dport'], 'actions': ['queue']},
                 {'create': 'validate', 'flows': ['ipv4', 'tcp', 'dport'], 'actions': ['queue']},
@@ -781,7 +781,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["niantic", "columbiaville_25g","columbiaville_100g","kawela_4", "kawela", "bartonhills", "twinville", "sagepond", "sageville",
                                  "powerville", "fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support ethertype filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support ethertype filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -880,7 +880,7 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support fdir L2 payload filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir L2 payload filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.pf_cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -927,7 +927,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
                                  "fortville_spirit_single", "fortpark_TLV",
-                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1016,7 +1016,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
                                  "fortville_spirit_single", "fortpark_TLV",
-                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1105,7 +1105,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
                                  "fortville_spirit_single", "fortpark_TLV",
-                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1194,7 +1194,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
                                  "fortville_spirit_single", "fortpark_TLV",
-                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1282,7 +1282,7 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
                                  "fortville_spirit_single", "fortpark_TLV",
-                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortpark_BASE-T","fortville_25g","carlsville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -1344,7 +1344,7 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir vlan filter" % self.nic)
         self.setup_env()
         # start testpmd on pf
         self.pmdout.start_testpmd("%s" % self.pf_cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=pf --socket-mem 1024,1024 --legacy-mem" % self.pf_pci)
@@ -1765,11 +1765,11 @@ class TestGeneric_flow_api(TestCase):
         """
         self.verify(self.nic in ["niantic", "twinville", "sagepond", "sageville",
                                  "fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville"],
+                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "foxville","columbiaville_25g","columbiaville_100g"],
                     "%s nic not support fdir flexbytes filter" % self.nic)
         # i40e
         if (self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit", "carlsville",
-                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T"]):
+                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"]):
             self.pmdout.start_testpmd("%s" % self.pf_cores, "--disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=pf" % self.pf_pci)
             self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
             self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -2142,7 +2142,7 @@ class TestGeneric_flow_api(TestCase):
         """
         only supported by ixgbe
         """
-        self.verify(self.nic in ["twinville", "sagepond", "sageville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit"], "%s nic not support fdir mac vlan filter" % self.nic)
+        self.verify(self.nic in ["twinville", "sagepond", "sageville", "foxville", "fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"], "%s nic not support fdir mac vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--pkt-filter-mode=perfect-mac-vlan --disable-rss --rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1))
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -2153,7 +2153,7 @@ class TestGeneric_flow_api(TestCase):
         time.sleep(2)
 
         # create the flow rules
-        if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit"]:
+        if self.nic in ["fortville_eagle", "fortville_25g", "fortville_spirit","columbiaville_25g","columbiaville_100g"]:
             basic_flow_actions = [
                 {'create': 'validate', 'flows': ['vlan'], 'actions': ['queue']},
                 {'create': 'validate', 'flows': ['vlan'], 'actions': ['queue']},
-- 
2.17.1


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

* [dts] [PATCH V1 2/5] tests/TestSuite_rss_to_rte_flow:add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api:add " Xie wei
@ 2021-01-11  5:36 ` Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 3/5] tests/TestSuite_rxtx_offload:add " Xie wei
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add cvl nic supported.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_rss_to_rte_flow.py | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py
index 8849393b..15d639e3 100644
--- a/tests/TestSuite_rss_to_rte_flow.py
+++ b/tests/TestSuite_rss_to_rte_flow.py
@@ -301,7 +301,7 @@ class TestRSS_to_Rteflow(TestCase):
         Disable and enable RSS.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -400,7 +400,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set valid and invalid parameter.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -479,7 +479,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set valid and invalid parameter.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -541,7 +541,7 @@ class TestRSS_to_Rteflow(TestCase):
         """
         # Only supported by i40e
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         pkt1 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=100, dport=200)/('X'*48)" % self.pf0_mac
         pkt2 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=100, dport=201)/('X'*48)" % self.pf0_mac
         pkt3 = "Ether(dst='%s')/IP(src='0.0.0.0',dst='4.0.0.0')/UDP(sport=101, dport=201)/('X'*48)" % self.pf0_mac
@@ -616,7 +616,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set RSS queue rule while disable RSS in command-line.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --disable-rss --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -682,7 +682,7 @@ class TestRSS_to_Rteflow(TestCase):
         flow directory filter is priority to RSS hash filter.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=8 --txq=8 --pkt-filter-mode=perfect")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -714,7 +714,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set RSS queue rule with queue region API.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -758,7 +758,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set RSS queue region rule with invalid parameter in rte_flow API.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -788,7 +788,7 @@ class TestRSS_to_Rteflow(TestCase):
         The queue region is priority to RSS queue rule.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=16 --txq=16 --port-topology=chained")
         self.dut.send_expect("flow create 0 ingress pattern eth / ipv4 / udp / end actions rss types ipv4-udp end queues end / end", "created", 120)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
@@ -826,7 +826,7 @@ class TestRSS_to_Rteflow(TestCase):
         Disable and enable RSS.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -857,7 +857,7 @@ class TestRSS_to_Rteflow(TestCase):
         Enable IPv4-UDP RSS.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained")
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
         self.dut.send_expect("set verbose 1", "testpmd> ", 120)
@@ -882,7 +882,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set valid and invalid parameter.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         if self.nic in ["foxville", "springville"]:
             self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained")
         else:
@@ -939,7 +939,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set different types rss queue rules.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         if self.nic in ["foxville", "springville"]:
             self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --port-topology=chained")
         else:
@@ -993,7 +993,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set RSS queue rule while disable RSS in command-line.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         if self.nic in ["foxville", "springville"]:
             self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --disable-rss --port-topology=chained")
         else:
@@ -1039,7 +1039,7 @@ class TestRSS_to_Rteflow(TestCase):
         Set RSS queue rule and flow director rule in meantime.
         """
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T"], "NIC Unsupported: " + str(self.nic))
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g","fortpark_BASE-T","columbiaville_25g","columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         if self.nic in ["foxville", "springville"]:
             self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4 --disable-rss --port-topology=chained")
         else:
-- 
2.17.1


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

* [dts] [PATCH V1 3/5] tests/TestSuite_rxtx_offload:add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api:add " Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 2/5] tests/TestSuite_rss_to_rte_flow:add " Xie wei
@ 2021-01-11  5:36 ` Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 4/5] conf/test_case_supportlist:add " Xie wei
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add cvl nic supported.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_rxtx_offload.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_rxtx_offload.py b/tests/TestSuite_rxtx_offload.py
index 92571744..d0331dcc 100644
--- a/tests/TestSuite_rxtx_offload.py
+++ b/tests/TestSuite_rxtx_offload.py
@@ -90,7 +90,7 @@ class TestRxTx_Offload(TestCase):
         # Support i40e/ixgbe NICs
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g",
                                  "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville",
-                                 "niantic", "twinpond", "sagepond", "sageville", "foxville", "cavium_a063", "cavium_a064"], "NIC Unsupported: " + str(self.nic))
+                                 "niantic", "twinpond", "sagepond", "sageville", "foxville", "cavium_a063", "cavium_a064", "columbiaville_25g", "columbiaville_100g"], "NIC Unsupported: " + str(self.nic))
         # Based on h/w type, choose how many ports to use
         self.dut_ports = self.dut.get_ports(self.nic)
         # Verify that enough ports are available
@@ -508,7 +508,7 @@ class TestRxTx_Offload(TestCase):
         self.dut.send_expect("set fwd txonly", "testpmd> ")
         self.dut.send_expect("set verbose 1", "testpmd> ")
         if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g",
-                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville","cavium_a063", "cavium_a064"]):
+                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville","cavium_a063", "cavium_a064", "columbiaville_100g", "columbiaville_25g"]):
             self.dut.send_expect("port stop 0", "testpmd> ")
             self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ")
         self.check_port_config("tx", "NULL")
@@ -548,7 +548,7 @@ class TestRxTx_Offload(TestCase):
         self.dut.send_expect("set fwd txonly", "testpmd> ")
         self.dut.send_expect("set verbose 1", "testpmd> ")
         if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g",
-                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville"]):
+                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville", "columbiaville_100g", "columbiaville_25g"]):
             self.dut.send_expect("port stop 0", "testpmd> ")
             self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ")
         offload = ["vlan_insert"]
@@ -663,7 +663,7 @@ class TestRxTx_Offload(TestCase):
         capabilities = self.check_port_capability("tx")
         # Disable per queue capability first, if it is FVL/Fortpark.
         if (self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g",
-                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville"]):
+                         "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "carlsville", "columbiaville_100g", "columbiaville_25g"]):
             self.dut.send_expect("port stop 0", "testpmd> ")
             self.dut.send_expect("port config 0 tx_offload mbuf_fast_free off", "testpmd> ")
             self.dut.send_expect("port start 0", "testpmd> ")
@@ -682,7 +682,7 @@ class TestRxTx_Offload(TestCase):
         """
         # Only support i40e NICs
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit","fortville_25g", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T"], "%s nic not support rx offload setting by queue." % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV","fortpark_BASE-T", "columbiaville_100g", "columbiaville_25g"], "%s nic not support rx offload setting by queue." % self.nic)
         # Check offload configuration by port and by queue.
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=4 --txq=4")
         offload = ["mbuf_fast_free"]
-- 
2.17.1


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

* [dts] [PATCH V1 4/5] conf/test_case_supportlist:add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
                   ` (2 preceding siblings ...)
  2021-01-11  5:36 ` [dts] [PATCH V1 3/5] tests/TestSuite_rxtx_offload:add " Xie wei
@ 2021-01-11  5:36 ` Xie wei
  2021-01-11  5:36 ` [dts] [PATCH V1 5/5] conf/test_case_checklist:ice nic not support this case Xie wei
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add cvl nic supported.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 conf/test_case_supportlist.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index f9762486..e3eefd40 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -715,6 +715,8 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
+		"columbiaville_100g",
+		"columbiaville_25g",
                 "fortpark",
                 "fortpark_TLV",
                 "fortpark_BASE-T",
@@ -759,6 +761,8 @@
                 "powerville",
                 "fortville_eagle",
                 "fortville_25g",
+		"columbiaville_100g",
+		"columbiaville_25g",
                 "fortville_spirit",
                 "foxville"
             ],
@@ -796,6 +800,8 @@
                 "twinville",
                 "fortville_eagle",
                 "fortville_25g",
+		"columbiaville_25g",
+		"columbiaville_100g",
                 "fortville_spirit",
                 "sagepond",
                 "sageville",
-- 
2.17.1


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

* [dts] [PATCH V1 5/5] conf/test_case_checklist:ice nic not support this case
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
                   ` (3 preceding siblings ...)
  2021-01-11  5:36 ` [dts] [PATCH V1 4/5] conf/test_case_supportlist:add " Xie wei
@ 2021-01-11  5:36 ` Xie wei
  2021-01-11  6:54 ` [dts] [PATCH V1 0/5]add cvl nic supported Xie, WeiX
  2021-01-13  7:54 ` Tu, Lijuan
  6 siblings, 0 replies; 9+ messages in thread
From: Xie wei @ 2021-01-11  5:36 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

generic_flow_api/syn_filter:ice nic not support this case

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 conf/test_case_checklist.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 91892ae1..3113681c 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -215,6 +215,8 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
+		"columbiaville_100g",
+		"columbiaville_25g",
                 "springville",
                 "ironpond",
                 "springfountain",
-- 
2.17.1


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

* Re: [dts] [PATCH V1 0/5]add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
                   ` (4 preceding siblings ...)
  2021-01-11  5:36 ` [dts] [PATCH V1 5/5] conf/test_case_checklist:ice nic not support this case Xie wei
@ 2021-01-11  6:54 ` Xie, WeiX
  2021-01-11  6:57   ` Zhao, HaiyangX
  2021-01-13  7:54 ` Tu, Lijuan
  6 siblings, 1 reply; 9+ messages in thread
From: Xie, WeiX @ 2021-01-11  6:54 UTC (permalink / raw)
  To: dts

Tested-by:  Xie,WeiX < weix.xie@intel.com>

Regards,
Xie Wei


> -----Original Message-----
> From: Xie wei [mailto:weix.xie@intel.com]
> Sent: Monday, January 11, 2021 1:36 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts][PATCH V1 0/5]add cvl nic supported


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

* Re: [dts] [PATCH V1 0/5]add cvl nic supported
  2021-01-11  6:54 ` [dts] [PATCH V1 0/5]add cvl nic supported Xie, WeiX
@ 2021-01-11  6:57   ` Zhao, HaiyangX
  0 siblings, 0 replies; 9+ messages in thread
From: Zhao, HaiyangX @ 2021-01-11  6:57 UTC (permalink / raw)
  To: Xie, WeiX, dts

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xie, WeiX
> Sent: Monday, January 11, 2021 14:55
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1 0/5]add cvl nic supported
> 
> Tested-by:  Xie,WeiX < weix.xie@intel.com>
> 
> Regards,
> Xie Wei
> 
> 
> > -----Original Message-----
> > From: Xie wei [mailto:weix.xie@intel.com]
> > Sent: Monday, January 11, 2021 1:36 PM
> > To: dts@dpdk.org
> > Cc: Xie, WeiX <weix.xie@intel.com>
> > Subject: [dts][PATCH V1 0/5]add cvl nic supported


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

* Re: [dts] [PATCH V1 0/5]add cvl nic supported
  2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
                   ` (5 preceding siblings ...)
  2021-01-11  6:54 ` [dts] [PATCH V1 0/5]add cvl nic supported Xie, WeiX
@ 2021-01-13  7:54 ` Tu, Lijuan
  6 siblings, 0 replies; 9+ messages in thread
From: Tu, Lijuan @ 2021-01-13  7:54 UTC (permalink / raw)
  To: Xie, WeiX, dts; +Cc: Xie, WeiX

> add cvl nic supported for some NIC PF suites.
> 
> Xie wei (5):
>   tests/TestSuite_generic_flow_api:add cvl nic supported
>   tests/TestSuite_rss_to_rte_flow:add cvl nic supported
>   tests/TestSuite_rxtx_offload:add cvl nic supported
>   conf/test_case_supportlist:add cvl nic supported
>   conf/test_case_checklist:ice nic not support this case

Applied, please take action next time:
1, remove prefix(e.g. TestSuite_) which to reduce subject length.
2, add space after colon.
So prefer "tests/rxtx_offload: add cvl nic supported"

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

end of thread, other threads:[~2021-01-13  7:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  5:36 [dts] [PATCH V1 0/5]add cvl nic supported Xie wei
2021-01-11  5:36 ` [dts] [PATCH V1 1/5] tests/TestSuite_generic_flow_api:add " Xie wei
2021-01-11  5:36 ` [dts] [PATCH V1 2/5] tests/TestSuite_rss_to_rte_flow:add " Xie wei
2021-01-11  5:36 ` [dts] [PATCH V1 3/5] tests/TestSuite_rxtx_offload:add " Xie wei
2021-01-11  5:36 ` [dts] [PATCH V1 4/5] conf/test_case_supportlist:add " Xie wei
2021-01-11  5:36 ` [dts] [PATCH V1 5/5] conf/test_case_checklist:ice nic not support this case Xie wei
2021-01-11  6:54 ` [dts] [PATCH V1 0/5]add cvl nic supported Xie, WeiX
2021-01-11  6:57   ` Zhao, HaiyangX
2021-01-13  7:54 ` Tu, Lijuan

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