[dts] [PATCH V1] conf/test_case_checklist: add flexible_rxd not support double vlan

Zeng Xiaoxiao xiaoxiaox.zeng at intel.com
Mon Apr 20 21:18:58 CEST 2020


*. CVL kernel driver does`t enable double vlan which cause tester sent a unexpected packet.

Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng at intel.com>
---
 conf/test_case_checklist.json | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 44bf8af..76811c5 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2749,5 +2749,36 @@
             "Bug ID": "",
             "Comments": "niantic not support this case"
         }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021ad": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "CVL_100G kennel not support double VLAN"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "only i40e and ixgbe driver support this case"
+        }
     ]
 }
-- 
2.17.1



More information about the dts mailing list