Re: [dpdk-dev] [PATCH v1 1/2] devtools: add internal ABI version check

2020-05-19 Thread David Marchand
On Tue, May 19, 2020 at 5:35 PM David Marchand wrote: > > On Thu, Apr 30, 2020 at 7:54 AM Haiyue Wang wrote: > > > > INTERNAL is new introduced version, update the shell script that checks > > whether built libraries are versioned with expected ABI (current ABI, > > current ABI + 1, EXPERIMENTAL,

Re: [dpdk-dev] [PATCH v1 1/2] devtools: add internal ABI version check

2020-05-19 Thread David Marchand
On Thu, Apr 30, 2020 at 7:54 AM Haiyue Wang wrote: > > INTERNAL is new introduced version, update the shell script that checks > whether built libraries are versioned with expected ABI (current ABI, > current ABI + 1, EXPERIMENTAL, or INTERNAL). > > Signed-off-by: Haiyue Wang > --- > devtools/ch

[dpdk-dev] [PATCH v1 1/2] devtools: add internal ABI version check

2020-04-29 Thread Haiyue Wang
INTERNAL is new introduced version, update the shell script that checks whether built libraries are versioned with expected ABI (current ABI, current ABI + 1, EXPERIMENTAL, or INTERNAL). Signed-off-by: Haiyue Wang --- devtools/check-abi-version.sh | 8 1 file changed, 4 insertions(+), 4