From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] validate_abi: build faster by augmenting make with job count Date: Fri, 22 Jul 2016 12:46:33 +0200 Message-ID: <1837347.fP1HvdOjYz@xps13> References: <6330653.K6A9CLrOZy@xps13> <1469041337-13765-1-git-send-email-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Neil Horman , "Mcnamara, John" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C41EA4B79 for ; Fri, 22 Jul 2016 12:46:35 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id o80so60675976wme.1 for ; Fri, 22 Jul 2016 03:46:35 -0700 (PDT) In-Reply-To: <1469041337-13765-1-git-send-email-nhorman@tuxdriver.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-20 15:02, Neil Horman: > John Mcnamara and I were discussing enhacing the validate_abi script to build > the dpdk tree faster with multiple jobs. Theres no reason not to do it, so this > implements that requirement. It uses a MAKE_JOBS variable that can be set by > the user to limit the job count. By default the job count is set to the number > of online cpus. > > Signed-off-by: Neil Horman Applied, thanks