Re: [dpdk-dev] [PATCH v7 10/10] buildtools: add ABI versioning check script

2019-11-19 Thread Thomas Monjalon
08/11/2019 17:25, Anatoly Burakov: > From: Marcin Baran > +echo "correct version (ABI_VER/ABI_VER+1/EXPERIMENTAL)" I don't get why a symbol could be versioned for the next ABI? Assuming we upgrade the ABI version at the beginning of the cycle, every symbols should have the same version, right

[dpdk-dev] [PATCH v7 10/10] buildtools: add ABI versioning check script

2019-11-08 Thread Anatoly Burakov
From: Marcin Baran Add a shell script that checks whether built libraries are versioned with expected ABI (current ABI, current ABI + 1, or EXPERIMENTAL). The following command was used to verify current source tree (assuming build directory is in ./build): find ./build/lib ./build/drivers -nam