Re: [dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-12 Thread Thomas Monjalon
12/12/2019 12:59, Bruce Richardson: > On Thu, Dec 12, 2019 at 11:44:51AM +, Bruce Richardson wrote: > > On Thu, Dec 12, 2019 at 08:57:50AM +, Ferruh Yigit wrote: > > > On 12/12/2019 8:27 AM, David Marchand wrote: > > > > Hello Bruce, > > > > > > > > On Wed, Dec 11, 2019 at 4:16 PM Bruce Ri

Re: [dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-12 Thread Bruce Richardson
On Thu, Dec 12, 2019 at 11:44:51AM +, Bruce Richardson wrote: > On Thu, Dec 12, 2019 at 08:57:50AM +, Ferruh Yigit wrote: > > On 12/12/2019 8:27 AM, David Marchand wrote: > > > Hello Bruce, > > > > > > On Wed, Dec 11, 2019 at 4:16 PM Bruce Richardson > > > wrote: > > >> > > >> The soname

Re: [dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-12 Thread Bruce Richardson
On Thu, Dec 12, 2019 at 08:57:50AM +, Ferruh Yigit wrote: > On 12/12/2019 8:27 AM, David Marchand wrote: > > Hello Bruce, > > > > On Wed, Dec 11, 2019 at 4:16 PM Bruce Richardson > > wrote: > >> > >> The soname for each stable ABI version should be just the ABI version major > >> number witho

Re: [dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-12 Thread Ferruh Yigit
On 12/12/2019 8:27 AM, David Marchand wrote: > Hello Bruce, > > On Wed, Dec 11, 2019 at 4:16 PM Bruce Richardson > wrote: >> >> The soname for each stable ABI version should be just the ABI version major >> number without the minor number. Unfortunately both major and minor were >> used causing v

Re: [dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-12 Thread David Marchand
Hello Bruce, On Wed, Dec 11, 2019 at 4:16 PM Bruce Richardson wrote: > > The soname for each stable ABI version should be just the ABI version major > number without the minor number. Unfortunately both major and minor were > used causing version 20.1 to be incompatible with 20.0. > > This patch

[dpdk-dev] [PATCH v2] build: fix soname info for 19.11 compatiblity

2019-12-11 Thread Bruce Richardson
The soname for each stable ABI version should be just the ABI version major number without the minor number. Unfortunately both major and minor were used causing version 20.1 to be incompatible with 20.0. This patch fixes the issue by switching from 2-part to 3-part ABI version numbers so that we