[dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL

Tu, Lijuan lijuan.tu at intel.com
Fri Jun 19 06:50:22 CEST 2020


Applied, thanks

-----Original Message-----
From: dts <dts-bounces at dpdk.org> On Behalf Of Haiyang Zhao
Sent: 2020年6月11日 16:06
To: dts at dpdk.org
Cc: Zhao, HaiyangX <haiyangx.zhao at intel.com>
Subject: [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL

*.CVL do not support DPDK PF + DPDK VF

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

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 73eda68..bc669a5 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3425,5 +3425,69 @@
             "Bug ID": "",
             "Comments": "32 bites not support this case(memoory not enough)."
         }
+    ],
+    "dpdk_2pf_2vf_1vm_iplink_macfilter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "CVL not support DPDK PF + DPDK VF"
+        }
+    ],
+    "dpdk_2pf_2vf_1vm": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "CVL not support DPDK PF + DPDK VF"
+        }
+    ],
+    "dpdk_pf_vf_reset": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "CVL not support DPDK PF + DPDK VF"
+        }
+    ],
+    "VEB_switching_inter_vfs_and_pf": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "CVL not support DPDK PF + DPDK VF"
+        }
     ]
 }
--
1.8.3.1



More information about the dts mailing list