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 CF0ED568A for ; Thu, 3 Dec 2015 14:29:24 +0100 (CET) Received: by wmec201 with SMTP id c201so26978802wme.0 for ; Thu, 03 Dec 2015 05:29:24 -0800 (PST) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=7ZnmlNsEaLKoAsW5vVssGMglsnlQRQNg9pc+g8YiFlA=; b=r47UsOYht/ZiMxz1ERGLfCVaYGkq4kacORVxoJF8u4dpSQrQNzu7TJh50YrJlkRu8e b4LnjWTlYYjYHJBkU0uo4gZkGEnX7IqQcM6KYHmJaDZiaHHGmbNCe/T3JnJtcLA+aQeB Urmr6x1eowvemjB74PjwHYFvirotc/Psu9fsvqSBEKM6z30Mgvj5tLoEOnfPF3DJniF1 OYfvoE9N/P8UOcDw4nZsMEhcSaMMvzInZjVogjqUyKyXzPvYStfCxaF9Bq2GrS53mIfN XJLE6+U/oETUjy6ZupakZzPF/8Yr/iPexMrcSTnPcY+iziUQy9z11A/yhwC8/bP22O0I 2D0g== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=7ZnmlNsEaLKoAsW5vVssGMglsnlQRQNg9pc+g8YiFlA=; b=Tmyaeu7uNYj5PQHmGycHm0EFMFdeX9NM6byl/czDVRU3ULctnhrruztOjj2fFRqDx9 EO3mUe3bA1Oeg3aTEP3DA0fmtRYxdnn9Mtl2pxJJDTDMk78o6Kqa021jHHgoAbVaFO3k RIZ66XEsqUIenCD7LKOuyovpvLChONANzWP0w/Y3/cDRg2I39ZIVC6bZMAXYiRi8gAkI fRJJwmJ9lEq0FXNVU3O1t0523X8txMbhJSIa2WGIA8M0H3OC9AJJqeS5GZQ3Tm2gyhjq dwPGyUPvj+8NVfHTHDBd1xcDL5N+cLBAzAILOnxJ5qpMPhGfVKS9+/8IP5dyuWzsgFN0 zD5g== X-Gm-Message-State: ALoCoQkD/aWEo4BgwUmWInr/GeWM5GftuqEWCsn7x5rhFicaXSpxQrY/aOYuplV4IpGdXYtmu14P X-Received: by 10.194.120.226 with SMTP id lf2mr11069465wjb.108.1449149360519; Thu, 03 Dec 2015 05:29:20 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id e83sm7969869wmc.23.2015.12.03.05.29.19 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 05:29:19 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Date: Thu, 03 Dec 2015 14:28:10 +0100 Message-ID: <2244682.HuU20AYBFi@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range 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: Thu, 03 Dec 2015 13:29:25 -0000 2015-12-03 12:14, Mcnamara, John: > Also, if someone has some bandwidth it would be good to add an option > to pass -j with an optional number to "make" in the script. We can use -j without any number: "make will not limit the number of jobs that can run simultaneously". It is a not so bad default.