From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 250DCA00C5; Thu, 11 Jun 2020 10:15:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 079DB4CA6; Thu, 11 Jun 2020 10:15:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 67FAD4C9D for ; Thu, 11 Jun 2020 10:15:42 +0200 (CEST) IronPort-SDR: vbv3ikxmmbnMCsOcXo8NEXsmsCa1wyBNjd3mxQy3Z9teMD8ixlo8NFm3sGGli43d/4xoQLNSnZ fjTBaoJ7VHqg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2020 01:15:41 -0700 IronPort-SDR: lKE3HwYW26APL4X12OqeDUD6vQAxXSC4Ff3UxCexMBs8eZzUhny3SL9r+6/nrrRDtQuo+V0wFQ 0Mewsp0EzkYA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,499,1583222400"; d="scan'208";a="350115030" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 11 Jun 2020 01:15:40 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 11 Jun 2020 16:05:50 +0800 Message-Id: <1591862750-157926-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" *.CVL do not support DPDK PF + DPDK VF Signed-off-by: Haiyang Zhao --- 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