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 EEEC5A056D; Tue, 3 Mar 2020 08:37:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D62E31BFF4; Tue, 3 Mar 2020 08:37:51 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 142EE3B5 for ; Tue, 3 Mar 2020 08:37:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 23:37:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="233529912" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 02 Mar 2020 23:37:48 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:37:30 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:37:30 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 15:37:28 +0800 From: "Tu, Lijuan" To: Thinh Tran , "dts@dpdk.org" CC: "drc@linux.vnet.ibm.com" Thread-Topic: [dts] [PATCH] increase DPDK build time Thread-Index: AQHV8RG8NjIs3eT0BUSkzivY00kTyKg2ewNQ Date: Tue, 3 Mar 2020 07:37:27 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE9391@SHSMSX101.ccr.corp.intel.com> References: <20200303041020.94294-1-thinhtr@linux.vnet.ibm.com> In-Reply-To: <20200303041020.94294-1-thinhtr@linux.vnet.ibm.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] increase DPDK build time 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 Thinh Tran > Sent: Tuesday, March 3, 2020 12:10 PM > To: dts@dpdk.org > Cc: drc@linux.vnet.ibm.com; Thinh Tran > Subject: [dts] [PATCH] increase DPDK build time >=20 > - Increasing the build time for some target systems that > would need a little more time. >=20 > Signed-off-by: Thinh Tran > --- > framework/project_dpdk.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py index > 6cc0e67..4c57e81 100644 > --- a/framework/project_dpdk.py > +++ b/framework/project_dpdk.py > @@ -222,7 +222,7 @@ class DPDKdut(Dut): > """ > Build DPDK source code on linux with specified target. > """ > - build_time =3D 300 > + build_time =3D 600 > if "icc" in target: > build_time =3D 900 > # clean all > -- > 2.17.0