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 52EEEA00C3; Thu, 23 Apr 2020 07:43:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ED93E1D441; Thu, 23 Apr 2020 07:43:33 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B8CC21D40D for ; Thu, 23 Apr 2020 07:43:32 +0200 (CEST) IronPort-SDR: kiWAaRAANZJkmqUOlJ70zGdaFTzPIhhi24LsVAQBawQsv3BUt8YrXezSXY9iUeLmHe9Zu8bk9T xMLdP6CXckSg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 22:43:30 -0700 IronPort-SDR: jQhoei8izOHe2hyxG3pAkFIUIlm1evbszXG/k+i1hwnU2eImEOCf0devquS+Zm8ONDc01fz1pW hRf6KSb+emzQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,305,1583222400"; d="scan'208";a="301125161" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 22 Apr 2020 22:43:30 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:42:52 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:42:52 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.22]) with mapi id 14.03.0439.000; Thu, 23 Apr 2020 13:42:49 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1] conf/test_case_checklist:add nic carlsville Thread-Index: AQHWF852Mg1Hd3Iu3EaU1JnVUpnrfKiGNGtA Date: Thu, 23 Apr 2020 05:42:49 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0F0DE@SHSMSX101.ccr.corp.intel.com> References: <1587467343-275327-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1587467343-275327-1-git-send-email-hailinx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] conf/test_case_checklist:add nic carlsville 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu Hailin > Sent: Tuesday, April 21, 2020 7:09 PM > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v1] conf/test_case_checklist:add nic carlsville >=20 > From: "Xu, Hailin" >=20 > carlsville not support this case. >=20 > Signed-off-by: Xu, Hailin > --- > conf/test_case_checklist.json | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index d29d235..b2e93aa 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2063,7 +2063,8 @@ > "fortpark", > "fortpark_TLV", > "fortpark_BASE-T", > - "fortpark_TLV_vf" > + "fortpark_TLV_vf", > + "carlsville" > ], > "Target": [ > "ALL" > @@ -2156,7 +2157,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "carlsville" > ], > "Target": [ > "ALL" > @@ -2204,7 +2206,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "carlsville" > ], > "Target": [ > "ALL" > @@ -2326,6 +2329,7 @@ > "cavium_a064", > "columbiaville_25g", > "columbiaville_100g", > + "carlsville", > "foxville" > ], > "Target": [ > -- > 1.8.3.1