[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Mcnamara, John
> -Original Message- > From: Panu Matilainen [mailto:pmatilai at redhat.com] > Sent: Thursday, December 3, 2015 1:44 PM > To: Thomas Monjalon; Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] scripts: support any legal git revisions > as abi val

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Panu Matilainen
On 12/03/2015 03:28 PM, Thomas Monjalon wrote: > 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

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Panu Matilainen
On 12/03/2015 02:14 PM, Mcnamara, John wrote: >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen >> Sent: Wednesday, December 2, 2015 4:51 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH] scripts: supp

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Thomas Monjalon
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...

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen > Sent: Thursday, December 3, 2015 1:44 PM > To: Thomas Monjalon ; Mcnamara, John > > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] scripts: support any legal g

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen > Sent: Wednesday, December 2, 2015 4:51 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] scripts: support any legal git revisions as > abi validation range > >

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-02 Thread Panu Matilainen
In addition to git tags, support validating abi between any legal gitrevisions(7) syntaxes, such as "validate-abi.sh . -1 " "validate-abi.sh master mybrach " etc in addition to validating between tags. Makes it easier to run the validator for in-development work. Signed-off-by: Panu Matilainen --

[dpdk-dev] [PATCH] scripts: support any legal git revisions as abi validation range

2015-12-02 Thread Neil Horman
On Wed, Dec 02, 2015 at 06:50:47PM +0200, Panu Matilainen wrote: > In addition to git tags, support validating abi between any legal > gitrevisions(7) syntaxes, such as "validate-abi.sh . -1 " > "validate-abi.sh master mybrach " etc in addition to > validating between tags. Makes it easier to run t