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 1F2BCA04F1; Mon, 6 Jan 2020 09:53:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FF2F1D600; Mon, 6 Jan 2020 09:53:21 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 41D401D5FE for ; Mon, 6 Jan 2020 09:53:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 00:53:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,401,1571727600"; d="scan'208";a="225417772" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 06 Jan 2020 00:53:18 -0800 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jan 2020 00:53:13 -0800 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 6 Jan 2020 00:53:12 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 6 Jan 2020 00:53:12 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.39]) with mapi id 14.03.0439.000; Mon, 6 Jan 2020 16:53:11 +0800 From: "Tu, Lijuan" To: "nareddy@marvell.com" , "dts@dpdk.org" CC: "pvukkisala@marvell.com" Thread-Topic: [dts] [PATCH] test_case_checklist.json: The following two test cases doesn't support by cavium_a063 and cavium_a064 Thread-Index: AQHVxEe9Qmyv26rZb0+Bqq/heO/ZWKfdVNyA Date: Mon, 6 Jan 2020 08:53:10 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBA2468@SHSMSX101.ccr.corp.intel.com> References: <1578284000-10981-1-git-send-email-nareddy@marvell.com> In-Reply-To: <1578284000-10981-1-git-send-email-nareddy@marvell.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] test_case_checklist.json: The following two test cases doesn't support by cavium_a063 and cavium_a064 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 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of > nareddy@marvell.com > Sent: Monday, January 6, 2020 12:13 PM > To: dts@dpdk.org > Cc: pvukkisala@marvell.com; Praneeth Reddy > Subject: [dts] [PATCH] test_case_checklist.json: The following two test c= ases > doesn't support by cavium_a063 and cavium_a064 >=20 > From: Praneeth Reddy >=20 > enable_disablejumbo > power_acpi_cpufreq >=20 > Signed-off-by: Praneeth Reddy > --- > conf/test_case_checklist.json | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 9e27eb4..7bec2e6 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2461,5 +2461,37 @@ > "Bug ID": "", > "Comments": "the nic not support this case" > } > + ], > + "enable_disablejumbo": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "cavium_a063", > + "cavium_a064" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > + ], > + "power_acpi_cpufreq": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "cavium_a063", > + "cavium_a064" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > ] > } > -- > 1.8.3.1