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 3B3E6A2EFC for ; Fri, 20 Sep 2019 07:47:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E52681F2AA; Fri, 20 Sep 2019 07:47:57 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id DFECE1F2A6 for ; Fri, 20 Sep 2019 07:47:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 22:47:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,527,1559545200"; d="scan'208";a="202438295" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 19 Sep 2019 22:47:55 -0700 From: "chen,bo" To: dts@dpdk.org Cc: "chen,bo" Date: Fri, 20 Sep 2019 13:40:17 +0800 Message-Id: <1568958017-41374-1-git-send-email-box.c.chen@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/qos_api:add support list 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 qos_api ixgbe and i40e support list Signed-off-by: chen,bo --- conf/test_case_supportlist.json | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e43f7ea..37f9158 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1651,5 +1651,69 @@ "Bug ID": "", "Comments": "This case currently support for cavium_a063 and cavium_a064 " } + ], + "dcb_4tc_queue_map_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on fortville" + } + ], + "dcb_8tc_queue_map_i40e": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "this case only support on fortville" + } + ], + "dcb_4tc_queue_map_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for niantic" + } + ], + "dcb_8tc_queue_map_ixgbe": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for niantic" + } ] } -- 2.17.2