From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 46CE92E81 for ; Thu, 3 Dec 2015 14:43:05 +0100 (CET) Received: by wmuu63 with SMTP id u63so21644886wmu.0 for ; Thu, 03 Dec 2015 05:43:05 -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=N3zV49qjrpipSql+O99ZjCf8DSwK7RyWDu0obJUPabk=; b=K3APpGqZyqtHyqL9aaVeJM0c4lB/GNnS3Ic6tp0i5YqPbVst/3+unnBGrXsBd0Zahu gUQWLAB9S+Lj9PEvmpgU9t27yTFIGxvflToi8q5BJlZiGFpckx5NFJvQbSaTcwSrSkDX kZfQwMBMxgnEz9u+WQLPlP5Gy3NtmqB+3uBxsipmO6g7H4n3RnMcygv3YVlvzCOJxCmA bmA22Ev+x6XEu8EtxdNHIQ+OV7VfMbnIv808xv0v4gjmnACTL3lpkwehXVyRHUtNRyVw sZDZ+uhRNFYrsbvfMqqpdC+RzMM97MaVZOgWPZkUDCDQCRUzpseGTE28m21OvPdAz/Ks yfMw== 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=N3zV49qjrpipSql+O99ZjCf8DSwK7RyWDu0obJUPabk=; b=Tc9AaKCIsXqShQCQgzTxQ8Tf/9k7P0nmYgHNyWJ0l3wRGyNcVim+EmzRxn6BlP0N0a l5HmhmQc8/dRCLao3OSx1W7qwV5nCrzcK9vcJV68CGTZFooInS3LxKAXE/qw5TYREeXt LcwFOTs1n4SAyJfHFaRlflDb5gyB81eIjCNtIFLPhKgpUa45ZUlqrhFFITMYjVfQMFC1 6eu5Hab/G8eXrQzQm94f30wJEON9aY7ha2ZdKiSjE8GoqzzOsL1nFzQBVrlpCbd0SPkQ 0gsOqdC3rPypExGCBWIfnayr6fmF9hTgQri8gFCw+OYPenfGMgJ1Z977u+TJU2VmYp2b lO9Q== X-Gm-Message-State: ALoCoQmL5uY8PeKhb2eMsoHsBoedeF9PrAbGEbG2PFWiQCsr8EgtfzbU8+COKKEG5Jyc/eKDbEO4 X-Received: by 10.194.133.233 with SMTP id pf9mr11152420wjb.71.1449150185080; Thu, 03 Dec 2015 05:43:05 -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 wh10sm7602960wjb.45.2015.12.03.05.43.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 05:43:04 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Thu, 03 Dec 2015 14:41:55 +0100 Message-ID: <2146325.DYUXfrOViS@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <56604608.7040503@redhat.com> References: <56604608.7040503@redhat.com> 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:43:05 -0000 2015-12-03 15:39, Panu Matilainen: > > 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. > > Can do, although I'm still waiting fo my previous, semi-related > validate-abi patches from September to be applied... Oh yes, sorry. I will apply it shortly.