Re: [dpdk-dev] [PATCH v5] devtools: rework abi checker script

2017-11-07 Thread Thomas Monjalon
05/10/2017 09:53, Olivier Matz: > The initial version of the script had some limitations: > - cannot work on a non-clean workspace > - environment variables are not documented > - no compilation log in case of failure > - return success even it abi is incompatible > > This patch addresses these is

Re: [dpdk-dev] [PATCH v5] devtools: rework abi checker script

2017-10-05 Thread Neil Horman
On Thu, Oct 05, 2017 at 09:53:27AM +0200, Olivier Matz wrote: > The initial version of the script had some limitations: > - cannot work on a non-clean workspace > - environment variables are not documented > - no compilation log in case of failure > - return success even it abi is incompatible > >

[dpdk-dev] [PATCH v5] devtools: rework abi checker script

2017-10-05 Thread Olivier Matz
The initial version of the script had some limitations: - cannot work on a non-clean workspace - environment variables are not documented - no compilation log in case of failure - return success even it abi is incompatible This patch addresses these issues and rework the code. Signed-off-by: Oliv