Re: [dpdk-dev] [PATCH v7 0/4] devtools: abi breakage checks

2020-11-10 Thread David Marchand
On Tue, Nov 10, 2020 at 2:54 PM Kinsella, Ray wrote: > > The Travis script flushes the ABI cache on a libabigail version change. > > Why would the libabigail version change in Travis - due do an OS update or > the like? Because in Travis, we compiled our own version of libabigail, the one in ubu

Re: [dpdk-dev] [PATCH v7 0/4] devtools: abi breakage checks

2020-11-10 Thread Kinsella, Ray
On 10/11/2020 12:53, David Marchand wrote: > On Tue, Nov 3, 2020 at 11:07 AM Kinsella, Ray wrote: >> Came across an issue with this. >> >> Essentially what is happening is that an ABI dump file generated with a >> newer versions of libabigail >> is not guaranteed to be 100% compatible with a o

Re: [dpdk-dev] [PATCH v7 0/4] devtools: abi breakage checks

2020-11-10 Thread David Marchand
On Tue, Nov 3, 2020 at 11:07 AM Kinsella, Ray wrote: > Came across an issue with this. > > Essentially what is happening is that an ABI dump file generated with a newer > versions of libabigail > is not guaranteed to be 100% compatible with a older versions. > > That then adds a wrinkle that we n

Re: [dpdk-dev] [PATCH v7 0/4] devtools: abi breakage checks

2020-11-03 Thread Kinsella, Ray
Hi David, Came across an issue with this. Essentially what is happening is that an ABI dump file generated with a newer versions of libabigail is not guaranteed to be 100% compatible with a older versions. That then adds a wrinkle that we need may need to look at maintaining abi dump archives

[dpdk-dev] [PATCH v7 0/4] devtools: abi breakage checks

2020-10-14 Thread Conor Walsh
This patchset introduces changes to test-meson-builds.sh, check-abi.sh and adds a new script gen-abi-tarballs.sh. The changes to test-meson-builds.sh include UX improvements such as adding command line arguments and allowing the use of relative paths. Reduced the number of abi checks to just two, o