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 53350A046B for ; Thu, 27 Jun 2019 09:02:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA98EF04; Thu, 27 Jun 2019 09:02:57 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B7F9E2AB for ; Thu, 27 Jun 2019 09:02:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 00:02:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,422,1557212400"; d="scan'208";a="185166721" Received: from ubuntu.sh.intel.com ([10.67.119.68]) by fmsmga004.fm.intel.com with ESMTP; 27 Jun 2019 00:02:54 -0700 From: lihong To: dts@dpdk.org Cc: yinan.wang@intel.com, lihong Date: Thu, 27 Jun 2019 07:41:06 +0800 Message-Id: <1561592467-2690-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V2 1/2][share lib] conf/supportlist: add checklist for pvp share lib 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" Signed-off-by: lihong --- conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e8c2a43..aa41b8d 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1365,5 +1365,37 @@ "Bug ID": "", "Comments": "This case currently support for cavium_a063 " } + ], + "perf_pvp_share_lib_of_fortville": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for fortville_eagle/spirit/25g " + } + ], + "perf_pvp_share_lib_of_niantic": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for niantic " + } ] } -- 2.7.4