From patchwork Mon Mar 8 17:47:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 88701 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7F70CA0546; Mon, 8 Mar 2021 10:46:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EB194068A; Mon, 8 Mar 2021 10:46:43 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 63B8740141 for ; Mon, 8 Mar 2021 10:46:41 +0100 (CET) IronPort-SDR: UJqdHdWv973J2HrSo854OwPFtWo5R3BrF9GRQ1Ch4R6LCm5ChVLcoQWetC62bdrIvcU4zJg/Jw xHvXhLRQ8dTA== X-IronPort-AV: E=McAfee;i="6000,8403,9916"; a="185610047" X-IronPort-AV: E=Sophos;i="5.81,232,1610438400"; d="scan'208";a="185610047" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2021 01:46:40 -0800 IronPort-SDR: 9oBLt1SRnJfvgGXxIFozAqrmbzpt+M6GBfEVpYpbWwknz6C9eK4PyiOPKi6gof9i+RKnRohFzf dQgORshKhZWw== X-IronPort-AV: E=Sophos;i="5.81,232,1610438400"; d="scan'208";a="409236016" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2021 01:46:37 -0800 From: Chen Lingli To: dts@dpdk.org Cc: Chen Lingli Date: Mon, 8 Mar 2021 17:47:40 +0000 Message-Id: <20210308174740.387697-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 1.generic_flow_api: add fortville_eagle not support case. Comments:testpmd not support socket-mem and file-prefix param in freebsd. 2.mtu_checks_100: add springville/powerville/foxville not support. Signed-off-by: Chen Lingli Tested-by: Chen Lingli --- conf/test_case_checklist.json | 111 +++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 133700fc..04411b88 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2953,6 +2953,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "fdir_for_nvgre": [ @@ -2968,6 +2981,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "L2_tunnel_filter": [ @@ -3195,6 +3221,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "fdir_for_flexbytes": [ @@ -3210,6 +3249,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "fdir_for_mac_vlan": [ @@ -3240,6 +3292,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "fdir_for_ipv4": [ @@ -3255,6 +3320,34 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" + } + ], + "fdir_for_ipv6": [ + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "fdir_for_vxlan": [ @@ -3270,6 +3363,19 @@ ], "Bug ID": "", "Comments": "NIC not support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "fortville_eagle" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], "link_status_interrupt_change": [ @@ -3579,7 +3685,10 @@ "niantic", "twinpond", "sageville", - "sagepond" + "sagepond", + "springville", + "powerville", + "foxville" ], "Target": [ "ALL"