From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=/XCb8iLmoWSX7LbdRIgJ0PCEcWpSMbhylKOHMCF51fA=; b=bflUQm02HctVgTuRv87Wuyk5W8ai4zSkf/Qr+VTCpTnItXIhP4WK526LpFwCu0Cfjx e0w0RoAzY1CgmWedu0DmltG4mQNk/7D5iT4zPEAhMOz39QYVEetJ2VVBIh8DKR1wJR7R CcBT/Eei5emQwpKe8O7N8KEg8aAFbd11bJC9hNsFV7Clj0L8kLxY31Sai+JCsOfYRb/G 5hGLfyeCKjQwnBVjXoP5LVVGunCgdLO3OdOd6gW1YA8/inCy9KvkecOdGFhztkdMc0sr 9MjMCFsJiS9tGu/hioiB8R3aVbkqigDVV+f3S8nH2fAFKuML5SmID4QecCGUjdqs1Msq qQ7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=/XCb8iLmoWSX7LbdRIgJ0PCEcWpSMbhylKOHMCF51fA=; b=Ev3VmyQKW27LK1OiTDcsc4uvcC/69Bb5FO+hkRA260DoGEm4Bm1Bu71b1O+4WmDJ0x oYLyWpp2vutAK5WYUR3LevaPKVta7ir9/EnGCS5s/wjap+zc3aSuoatf+Oe9jFruooeq amEZblVsnaq/jUjA3KQDbDGG/8toN0GS8+2BWfocmoAu6qCxs8cUFM8iVOevhdHDMazr sjib6r8bZM0hLwx/bYbOB7xIHDbBSf2dZDJzSKKhaS2rwR3kb+FINOxMc6e/kMIEGtBn 8cfEOBNDogvLna/wUhUGpnfhGdhPe2hlWyFT2dMrYu/X3Q9y9ZOpVfC/rsgim0B7/B34 O0bA== X-Gm-Message-State: AEkoout2aPHiwT7erASD7VGT2Lkx1LN8NGZq3HKJoPi5DdyW0cdetjUXixwBXHr1dALTpwpu X-Received: by 10.28.72.139 with SMTP id v133mr4714347wma.32.1469184395545; Fri, 22 Jul 2016 03:46:35 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i80sm11941552wmf.11.2016.07.22.03.46.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 03:46:34 -0700 (PDT) From: Thomas Monjalon To: Neil Horman , "Mcnamara, John" Cc: dev@dpdk.org Date: Fri, 22 Jul 2016 12:46:33 +0200 Message-ID: <1837347.fP1HvdOjYz@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1469041337-13765-1-git-send-email-nhorman@tuxdriver.com> References: <6330653.K6A9CLrOZy@xps13> <1469041337-13765-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] validate_abi: build faster by augmenting make with job count X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 10:46:35 -0000 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