scripts: validate ABI faster with parallel make jobs
authorNeil Horman <nhorman@tuxdriver.com>
Wed, 20 Jul 2016 19:02:17 +0000 (15:02 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Jul 2016 10:47:48 +0000 (12:47 +0200)
commit30301d0cace947f2b989caeec8a824565f873570
tree1f74c1b23782e8c062101938fa393158878cd5df
parentf08455321fe4e8ff30064efcedd6fba75156b89d
scripts: validate ABI faster with parallel make jobs

John Mcnamara and I were discussing enhancing 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 DPDK_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 <nhorman@tuxdriver.com>
scripts/validate-abi.sh