From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] mk: parallelize make config Date: Tue, 24 Jan 2017 10:52:23 +0000 Message-ID: <20170124105223.GA141832@bricha3-MOBL3.ger.corp.intel.com> References: <20170122015034.19824-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Thomas Monjalon To: Ferruh Yigit Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B01115592 for ; Tue, 24 Jan 2017 11:52:27 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170122015034.19824-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, Jan 22, 2017 at 01:50:34AM +0000, Ferruh Yigit wrote: > make config dependency resolving was always running serial, > parallelize it for better performance. > > $ time make T=x86_64-native-linuxapp-gcc config > real 0m12.633s > > $ time make -j8 T=x86_64-native-linuxapp-gcc config > real 0m1.826s > > Signed-off-by: Ferruh Yigit Works great for me! Config time has always been a pain. Tested-by: Bruce Richardson