Re: [dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson

2019-11-09 Thread Thomas Monjalon
09/10/2019 10:17, Luca Boccassi: > On Tue, 2019-10-08 at 15:36 +0100, Bruce Richardson wrote: > > The meson builds were missing support for scanning experimental > > symbols > > in the .o/.a files and matching that against those tagged as > > experimental in the version file. This set adds that mis

Re: [dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson

2019-10-09 Thread Luca Boccassi
On Tue, 2019-10-08 at 15:36 +0100, Bruce Richardson wrote: > The meson builds were missing support for scanning experimental > symbols > in the .o/.a files and matching that against those tagged as > experimental in the version file. This set adds that missing support. > > Bruce Richardson (3): >

[dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson

2019-10-08 Thread Bruce Richardson
The meson builds were missing support for scanning experimental symbols in the .o/.a files and matching that against those tagged as experimental in the version file. This set adds that missing support. Bruce Richardson (3): check-experimental-syms: remove use of environmental var lib: add exp

[dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson

2019-10-08 Thread Bruce Richardson
The meson builds were missing support for scanning experimental symbols in the .o/.a files and matching that against those tagged as experimental in the version file. This set adds that missing support. Bruce Richardson (3): check-experimental-syms: remove use of environmental var lib: add exp