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

2019-12-12 Thread Bruce Richardson
On Thu, Dec 12, 2019 at 02:05:44PM +, Ray Kinsella wrote: > > > On 12/12/2019 13:58, Luca Boccassi wrote: > > On Thu, 2019-12-12 at 11:14 +, Ray Kinsella wrote: > >> > >> On 11/12/2019 11:11, Bruce Richardson wrote: > >>> On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: > >>

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

2019-12-12 Thread Ray Kinsella
On 12/12/2019 13:58, Luca Boccassi wrote: > On Thu, 2019-12-12 at 11:14 +, Ray Kinsella wrote: >> >> On 11/12/2019 11:11, Bruce Richardson wrote: >>> On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: > The sonam

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

2019-12-12 Thread Luca Boccassi
On Thu, 2019-12-12 at 11:14 +, Ray Kinsella wrote: > > On 11/12/2019 11:11, Bruce Richardson wrote: > > On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: > > > On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: > > > > The soname for each stable ABI version should be just

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

2019-12-12 Thread Ray Kinsella
On 11/12/2019 11:11, Bruce Richardson wrote: > On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: >> On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: >>> The soname for each stable ABI version should be just the ABI version >>> major >>> number without the minor number. Unf

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

2019-12-12 Thread Ray Kinsella
On 11/12/2019 11:19, Ferruh Yigit wrote: > On 12/11/2019 11:14 AM, Bruce Richardson wrote: >> On Wed, Dec 11, 2019 at 12:08:25PM +0100, Thomas Monjalon wrote: >>> 11/12/2019 12:04, Luca Boccassi: On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: > The soname for each stable ABI

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

2019-12-11 Thread Bruce Richardson
On Wed, Dec 11, 2019 at 11:15:29AM +, Ferruh Yigit wrote: > On 12/11/2019 10:26 AM, 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

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

2019-12-11 Thread Ferruh Yigit
On 12/11/2019 11:11 AM, Bruce Richardson wrote: > On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: >> On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: >>> The soname for each stable ABI version should be just the ABI version >>> major >>> number without the minor number. Unf

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

2019-12-11 Thread Ferruh Yigit
On 12/11/2019 11:14 AM, Bruce Richardson wrote: > On Wed, Dec 11, 2019 at 12:08:25PM +0100, Thomas Monjalon wrote: >> 11/12/2019 12:04, Luca Boccassi: >>> On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: The soname for each stable ABI version should be just the ABI version major

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

2019-12-11 Thread Ferruh Yigit
On 12/11/2019 10:26 AM, 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 fixes the issue by switc

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

2019-12-11 Thread Bruce Richardson
On Wed, Dec 11, 2019 at 12:08:25PM +0100, Thomas Monjalon wrote: > 11/12/2019 12:04, Luca Boccassi: > > On Wed, 2019-12-11 at 10:26 +, Bruce Richardson wrote: > > > The soname for each stable ABI version should be just the ABI version > > > major > > > number without the minor number. Unfortuna

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

2019-12-11 Thread Bruce Richardson
On Wed, Dec 11, 2019 at 11:04:01AM +, Luca Boccassi wrote: > On Wed, 2019-12-11 at 10:26 +, 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 c

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

2019-12-11 Thread Thomas Monjalon
11/12/2019 12:04, Luca Boccassi: > On Wed, 2019-12-11 at 10:26 +, 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 inco

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

2019-12-11 Thread Luca Boccassi
On Wed, 2019-12-11 at 10:26 +, 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 fixes the