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 98800A00E6 for ; Tue, 9 Jul 2019 09:29:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5797F493D; Tue, 9 Jul 2019 09:29:56 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1127D3237 for ; Tue, 9 Jul 2019 09:29:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jul 2019 00:29:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,469,1557212400"; d="scan'208";a="165684030" Received: from meijuan2.sh.intel.com ([10.67.119.213]) by fmsmga008.fm.intel.com with ESMTP; 09 Jul 2019 00:29:52 -0700 From: zhaomeijuan To: dts@dpdk.org Cc: zhaomeijuan Date: Tue, 9 Jul 2019 15:30:31 +0000 Message-Id: <20190709153031.23919-1-meijuanx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/supportlis add only support i40e or ixgbe case for qos api 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" cases with i40e keyword only support i40e driver cases with ixgbe keyword only support ixgbe driver Signed-off-by: zhaomeijuan --- conf/test_case_supportlist.json | 153 ++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e7944ad..ec0ab7f 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1366,6 +1366,159 @@ "Comments": "This case currently support for cavium_a063 " } ], + "dcd_4tc_queue_map_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for i40e " + } + ], + "dcd_8tc_queue_map_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for i40e " + } + ], + "perf_shaping_for_port_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for i40e " + } + ], + "perf_shaping_1port_4tc_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for i40e " + } + ], + "perf_shaping_1port_8tc_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for i40e " + } + ], + "dcd_4tc_queue_map_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for ixgbe " + } + ], + "dcd_8tc_queue_map_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for ixgbe " + } + ], + "perf_shaping_1port_4tc_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for ixgbe " + } + ], + "perf_shaping_1port_8tc_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for ixgbe " + } + ], "download_the_package_successfully": [ { "OS": [ -- 2.17.1