[dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases

Haiyang Zhao haiyangx.zhao at intel.com
Thu Apr 30 07:48:18 CEST 2020


*.flags/qinq_packet_filter_VF_queues are unsupported
  in 32bit OS due to address space limited.

Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 0434f07..2e0a081 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1988,6 +1988,40 @@
             "Comments": ""
         }
     ],
+    "flags": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
+    "qinq_packet_filter_VF_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
     "multiprocess": [
         {
             "OS": [
-- 
2.18.2



More information about the dts mailing list