[dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid

Wenjie Li wenjiex.a.li at intel.com
Fri Nov 1 12:45:15 CET 2019


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 at 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



More information about the dts mailing list