Re: [dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-21 Thread David Marchand
On Thu, Feb 20, 2020 at 8:55 PM Ferruh Yigit wrote: > > The problem occurred when workaround that makes soname two digits > applied. With this change for the ABI version "20.0.1" the experimental > library version become ".so.2001". > After workaround removed in ABI version 21.0, the experimental

Re: [dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-21 Thread Ferruh Yigit
On 2/21/2020 3:24 PM, David Marchand wrote: > On Thu, Feb 20, 2020 at 8:55 PM Ferruh Yigit wrote: >> >> The problem occurred when workaround that makes soname two digits >> applied. With this change for the ABI version "20.0.1" the experimental >> library version become ".so.2001". >> After workar

Re: [dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-21 Thread David Marchand
On Thu, Feb 20, 2020 at 8:55 PM Ferruh Yigit wrote: > > The problem occurred when workaround that makes soname two digits > applied. With this change for the ABI version "20.0.1" the experimental > library version become ".so.2001". > After workaround removed in ABI version 21.0, the experimental

Re: [dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-21 Thread Ray Kinsella
On 20/02/2020 19:54, Ferruh Yigit wrote: > The problem occurred when workaround that makes soname two digits > applied. With this change for the ABI version "20.0.1" the experimental > library version become ".so.2001". > After workaround removed in ABI version 21.0, the experimental library > v

Re: [dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-20 Thread Luca Boccassi
On Thu, 2020-02-20 at 19:54 +, Ferruh Yigit wrote: > The problem occurred when workaround that makes soname two digits > applied. With this change for the ABI version "20.0.1" the > experimental > library version become ".so.2001". > After workaround removed in ABI version 21.0, the experimenta

[dpdk-dev] [PATCH] build: fix experimental library versioning

2020-02-20 Thread Ferruh Yigit
The problem occurred when workaround that makes soname two digits applied. With this change for the ABI version "20.0.1" the experimental library version become ".so.2001". After workaround removed in ABI version 21.0, the experimental library version will become ".so.210". "2001" is bigger value t