[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-08-01 Thread Wiles, Keith
>> Neil >> > Sorry for the delayed response, I've been on vacation. > >> Your modified copy of make has no bearing on the topic we are taking about >> customers using dpdk in standard distros right? >> > !? I really don't know what you're saying here. My only reason for > commenting > on

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-08-01 Thread Neil Horman
On Mon, Aug 01, 2016 at 04:16:12PM +, Wiles, Keith wrote: > > >> Neil > >> > > Sorry for the delayed response, I've been on vacation. > > > >> Your modified copy of make has no bearing on the topic we are taking about > >> customers using dpdk in standard distros right? > >> > > !? I

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-08-01 Thread Neil Horman
On Sun, Jul 24, 2016 at 06:08:00PM +, Wiles, Keith wrote: > > > Sent from my iPhone > > > On Jul 21, 2016, at 1:34 PM, Neil Horman wrote: > > > >> On Thu, Jul 21, 2016 at 03:22:45PM +, Wiles, Keith wrote: > >> > >>> On Jul 21, 2016, at 10:06 AM, Neil Horman wrote: > >>> > >>> On

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-24 Thread Wiles, Keith
Sent from my iPhone > On Jul 21, 2016, at 1:34 PM, Neil Horman wrote: > >> On Thu, Jul 21, 2016 at 03:22:45PM +, Wiles, Keith wrote: >> >>> On Jul 21, 2016, at 10:06 AM, Neil Horman wrote: >>> >>> On Thu, Jul 21, 2016 at 02:09:19PM +, Wiles, Keith wrote: > On Jul 21,

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-21 Thread Wiles, Keith
> On Jul 21, 2016, at 10:06 AM, Neil Horman wrote: > > On Thu, Jul 21, 2016 at 02:09:19PM +, Wiles, Keith wrote: >> >>> On Jul 21, 2016, at 8:54 AM, Neil Horman wrote: >>> >>> On Wed, Jul 20, 2016 at 10:32:28PM +, Wiles, Keith wrote: > On Jul 20, 2016, at 3:16 PM, Neil

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-21 Thread Neil Horman
On Thu, Jul 21, 2016 at 03:22:45PM +, Wiles, Keith wrote: > > > On Jul 21, 2016, at 10:06 AM, Neil Horman wrote: > > > > On Thu, Jul 21, 2016 at 02:09:19PM +, Wiles, Keith wrote: > >> > >>> On Jul 21, 2016, at 8:54 AM, Neil Horman wrote: > >>> > >>> On Wed, Jul 20, 2016 at 10:32:28PM

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-21 Thread Wiles, Keith
> On Jul 21, 2016, at 8:54 AM, Neil Horman wrote: > > On Wed, Jul 20, 2016 at 10:32:28PM +, Wiles, Keith wrote: >> >>> On Jul 20, 2016, at 3:16 PM, Neil Horman wrote: >>> >>> On Wed, Jul 20, 2016 at 07:47:32PM +, Wiles, Keith wrote: > On Jul 20, 2016, at 12:48 PM, Neil

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-21 Thread Neil Horman
On Thu, Jul 21, 2016 at 02:09:19PM +, Wiles, Keith wrote: > > > On Jul 21, 2016, at 8:54 AM, Neil Horman wrote: > > > > On Wed, Jul 20, 2016 at 10:32:28PM +, Wiles, Keith wrote: > >> > >>> On Jul 20, 2016, at 3:16 PM, Neil Horman wrote: > >>> > >>> On Wed, Jul 20, 2016 at 07:47:32PM

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-21 Thread Neil Horman
On Wed, Jul 20, 2016 at 10:32:28PM +, Wiles, Keith wrote: > > > On Jul 20, 2016, at 3:16 PM, Neil Horman wrote: > > > > On Wed, Jul 20, 2016 at 07:47:32PM +, Wiles, Keith wrote: > >> > >>> On Jul 20, 2016, at 12:48 PM, Neil Horman wrote: > >>> > >>> On Wed, Jul 20, 2016 at 07:40:49PM

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Wiles, Keith
> On Jul 20, 2016, at 3:16 PM, Neil Horman wrote: > > On Wed, Jul 20, 2016 at 07:47:32PM +, Wiles, Keith wrote: >> >>> On Jul 20, 2016, at 12:48 PM, Neil Horman wrote: >>> >>> On Wed, Jul 20, 2016 at 07:40:49PM +0200, Thomas Monjalon wrote: 2016-07-20 13:09, Neil Horman: > From:

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Thomas Monjalon
2016-07-20 19:47, Wiles, Keith: > On Jul 20, 2016, at 12:48 PM, Neil Horman wrote: > > On Wed, Jul 20, 2016 at 07:40:49PM +0200, Thomas Monjalon wrote: > >> 2016-07-20 13:09, Neil Horman: > >>> From: Neil Horman > >>> +if [ -z "$MAKE_JOBS" ] > >>> +then > >>> + # This counts the number of cpus

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Wiles, Keith
> On Jul 20, 2016, at 12:48 PM, Neil Horman wrote: > > On Wed, Jul 20, 2016 at 07:40:49PM +0200, Thomas Monjalon wrote: >> 2016-07-20 13:09, Neil Horman: >>> From: Neil Horman >>> >>> John Mcnamara and I were discussing enhacing the validate_abi script to >>> build >>> the dpdk tree faster

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Thomas Monjalon
2016-07-20 13:09, Neil Horman: > From: 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

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Neil Horman
On Wed, Jul 20, 2016 at 07:47:32PM +, Wiles, Keith wrote: > > > On Jul 20, 2016, at 12:48 PM, Neil Horman wrote: > > > > On Wed, Jul 20, 2016 at 07:40:49PM +0200, Thomas Monjalon wrote: > >> 2016-07-20 13:09, Neil Horman: > >>> From: Neil Horman > >>> > >>> John Mcnamara and I were

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Neil Horman
On Wed, Jul 20, 2016 at 07:40:49PM +0200, Thomas Monjalon wrote: > 2016-07-20 13:09, Neil Horman: > > From: 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 > >

[dpdk-dev] [PATCH] validate_abi: build faster by augmenting make with job count

2016-07-20 Thread Neil Horman
From: 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