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 A52E2A0350; Wed, 1 Jul 2020 10:13:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 971D41C19E; Wed, 1 Jul 2020 10:13:06 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5C3D71C0C5 for ; Wed, 1 Jul 2020 10:13:05 +0200 (CEST) IronPort-SDR: UBIVYHAuz1Huq1N95K7fPwt/WqesPDEVDW9jal3cGpLodYT0UafkruU56/7kjwo01vAnOsqNfS STktHe2BTW3g== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="145582955" X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="145582955" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2020 01:13:04 -0700 IronPort-SDR: XGi+uE2Tjizh0g6Sz0g3at+S6O2rOAgCUOKXv/1XZzhxbdUV28YbWqzEZj3YKI2Ga761Eb0QZL bVGZKwOf1JEQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="295484001" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 01 Jul 2020 01:13:03 -0700 From: chenlinglix To: dts@dpdk.org Cc: chenlinglix Date: Wed, 1 Jul 2020 16:12:27 +0800 Message-Id: <20200701081227.31910-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1] conf/test_case_checklist:foxville not supoort-txoffload_queue, freebsd not support create vf 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" foxville not supoort case:txoffload_queue change_linkspeed_vf:freebsd not support create vf Signed-off-by: chenlinglix --- conf/test_case_checklist.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 493f403..fbe7810 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2869,6 +2869,19 @@ ], "Bug ID": "", "Comments": "only ixgbe driver support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "all" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "freebsd not support create vf" } ], "hash_readwrite_perf": [ @@ -3493,5 +3506,20 @@ "Bug ID": "", "Comments": "CVL not support DPDK PF + DPDK VF" } + ], + "txoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.8.3.1