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 91C1BA0487 for ; Tue, 2 Jul 2019 09:29:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 69E064C8F; Tue, 2 Jul 2019 09:29:22 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C52DF326D for ; Tue, 2 Jul 2019 09:29:20 +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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 00:29:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="186750424" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 02 Jul 2019 00:29:19 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:29:18 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:29:18 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.60]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 15:29:16 +0800 From: "Ma, LihongX" To: "Wang, Yinan" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 1/2][share lib] conf/supportlist: add checklist for pvp share lib Thread-Index: AQHVLLZbpNeHQgAR10eIvc+Km51tYqaupBKAgAhSI/A= Date: Tue, 2 Jul 2019 07:29:15 +0000 Message-ID: References: <1561592467-2690-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Tested-by:lihong -----Original Message----- From: Wang, Yinan=20 Sent: Thursday, June 27, 2019 4:25 PM To: Ma, LihongX ; dts@dpdk.org Subject: RE: [dts][PATCH V2 1/2][share lib] conf/supportlist: add checklist= for pvp share lib Acked-by: Wang, Yinan > -----Original Message----- > From: Ma, LihongX > Sent: 2019=1B$BG/=1B(B6=1B$B7n=1B(B27=1B$BF|=1B(B 7:41 > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX=20 > > Subject: [dts][PATCH V2 1/2][share lib] conf/supportlist: add=20 > checklist for pvp share lib >=20 > Signed-off-by: lihong > --- > conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json=20 > 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