Re: [dpdk-dev] [PATCH] build: fix soname for experimental libraries

2020-02-18 Thread Thomas Monjalon
18/02/2020 10:40, Bruce Richardson: > On Tue, Feb 18, 2020 at 12:44:02AM +0100, Thomas Monjalon wrote: > > Because of an original mistake in ABI numbering, > > and a temporary workaround for ABI 20, > > for experimental libs, numbering would lead to consider > > ABI 20.1 > ABI 21.0 > > > > Bef

Re: [dpdk-dev] [PATCH] build: fix soname for experimental libraries

2020-02-18 Thread Bruce Richardson
On Tue, Feb 18, 2020 at 12:44:02AM +0100, Thomas Monjalon wrote: > Because of an original mistake in ABI numbering, > and a temporary workaround for ABI 20, > for experimental libs, numbering would lead to consider > ABI 20.1 > ABI 21.0 > > Before this patch: > > DPDK 19.11: ABI version 0.2

[dpdk-dev] [PATCH] build: fix soname for experimental libraries

2020-02-17 Thread Thomas Monjalon
Because of an original mistake in ABI numbering, and a temporary workaround for ABI 20, for experimental libs, numbering would lead to consider ABI 20.1 > ABI 21.0 Before this patch: DPDK 19.11: ABI version 0.200 and soname 0.20 DPDK 20.02: ABI version 0.2001 and soname 0.201 Numbers are