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 6E3ADA00BE; Wed, 29 Apr 2020 05:10:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2CCC71D8CB; Wed, 29 Apr 2020 05:10:40 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1EC661D737 for ; Wed, 29 Apr 2020 05:10:37 +0200 (CEST) IronPort-SDR: mVfnIEqgsZTHmXmckTSLhgsrdIZLb3cqfw1n2nRExeqrY1xvl7ZZe1O8x424YhxXpNTxcj4jgz Cd5WD5Aw+oaA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2020 20:10:37 -0700 IronPort-SDR: 8ma+QoL8svhRcXKr7/Whha7lkJ12oNUNVXddrQPZt6wAHjWYUP5/vRIio7Eu0nhL9xIp3fQkUP ESsMK2a279jA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,329,1583222400"; d="scan'208";a="293071713" Received: from unknown (HELO localhost.localdomain) ([10.240.183.87]) by fmsmga002.fm.intel.com with ESMTP; 28 Apr 2020 20:10:36 -0700 From: Mei Jianwei To: dts@dpdk.org Cc: Mei Jianwei Date: Thu, 30 Apr 2020 14:15:26 +0800 Message-Id: <20200430061526.12316-1-jianweix.mei@intel.com> X-Mailer: git-send-email 2.18.2 Subject: [dts] [PATCH V1] conf/checklist: add unsupported cases 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" add cases in checklist which are not supported by NICs. Signed-off-by: Mei Jianwei --- conf/test_case_checklist.json | 116 ++++++++++++++++++++++++++++++++-- 1 file changed, 109 insertions(+), 7 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 0434f07..2b663d7 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -366,6 +366,7 @@ "powerville", "kawela_4", "springville", + "sageville", "ironpond", "cavium_a034", "cavium_0011", @@ -2910,7 +2911,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2926,7 +2929,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2942,7 +2947,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2951,14 +2958,16 @@ "Comments": "only support by i40e" } ], - "fdir_L2_mac_filter_complex": [ + "fdir_L2_mac_filter_complex": [ { "OS": [ "ALL" ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2967,14 +2976,16 @@ "Comments": "only support by i40e" } ], - "fdir_L2_mac_filter_basic_for_ipv4_udp": [ + "fdir_L2_mac_filter_basic_for_ipv4_udp": [ { "OS": [ "ALL" ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -3255,5 +3266,96 @@ "Bug ID": "DPDK-14025", "Comments": "NIC not support this case" } + ], + "queue_start_stop": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "springville not support this case" + } + ], + "txoffload_port_all": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "Nic not support this case" + } + ], + "rxoffload_port": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "springville not support this case" + } + ], + "txoffload_port_cmdline": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "springville not support this case" + } + ], + "rxoffload_port_all": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } + ], + "rxoffload_port_cmdline": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] } -- 2.18.2