test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
@ 2019-11-01 11:45 Wenjie Li
  2019-11-01  2:57 ` Li, WenjieX A
  2019-11-22  3:26 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Wenjie Li @ 2019-11-01 11:45 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

columbiaville nic does not support below cases:
ipgre/GRE_packet_filter
nvgre/tunnel_filter
nvgre/tunnel_filter_invalid
vxlan/tunnel_filter
vxlan/tunnel_filter_invalid
Reason:
"testpmd> tunnel_filter add xxx"
return: ice_dev_filter_ctrl(): Filter type (6) not supported

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 conf/test_case_checklist.json | 48 +++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 53c5221..ffafaf4 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2365,5 +2365,53 @@
             "Bug ID": "",
             "Comments": "the nic not support this case"
         }
+    ],
+     "tunnel_filter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported"
+        }
+    ],
+     "tunnel_filter_invalid": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported"
+        }
+    ],
+     "GRE_packet_filter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter type (6) not supported"
+        }
     ]
 }
-- 
2.17.1


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

end of thread, other threads:[~2019-11-22  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 11:45 [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid Wenjie Li
2019-11-01  2:57 ` Li, WenjieX A
2019-11-22  3:26 ` 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).