Re: [dpdk-dev] [PATCH 1/1] devtools: adjust verbosity of ABI check

2020-12-08 Thread Thomas Monjalon
08/12/2020 16:22, Kinsella, Ray: > > On 07/12/2020 17:32, Thomas Monjalon wrote: > > The scripts gen-abi.sh and check-abi.sh are updated > > to print error messages to stderr so they are likely never ignored. > > > > When called from test-meson-builds.sh, the standard messages on stdout > > can b

Re: [dpdk-dev] [PATCH 1/1] devtools: adjust verbosity of ABI check

2020-12-08 Thread David Marchand
On Mon, Dec 7, 2020 at 6:33 PM Thomas Monjalon wrote: > diff --git a/devtools/check-abi.sh b/devtools/check-abi.sh > index ab6748cfbc..381db2cdd1 100755 > --- a/devtools/check-abi.sh > +++ b/devtools/check-abi.sh [snip] > @@ -46,23 +46,24 @@ for dump in $(find $refdir -name "*.dump"); do >

Re: [dpdk-dev] [PATCH 1/1] devtools: adjust verbosity of ABI check

2020-12-08 Thread Kinsella, Ray
On 07/12/2020 17:32, Thomas Monjalon wrote: > The scripts gen-abi.sh and check-abi.sh are updated > to print error messages to stderr so they are likely never ignored. > > When called from test-meson-builds.sh, the standard messages on stdout > can be more quiet depending on the verbosity setti