[dpdk-dev] [PATCH v3 3/4] Add library version extenstion

2015-01-14 Thread Thomas Monjalon
2014-12-23 10:51, Neil Horman: > To differentiate libraries that break ABI, we add a library version number > suffix to the library, which must be incremented when a given libraries ABI is > broken. This patch enforces that addition, sets the initial abi soname > extension to 1 for each library an

[dpdk-dev] [PATCH v3 3/4] Add library version extenstion

2014-12-29 Thread Sergio Gonzalez Monroy
On Tue, Dec 23, 2014 at 10:51:52AM -0500, Neil Horman wrote: > To differentiate libraries that break ABI, we add a library version number > suffix to the library, which must be incremented when a given libraries ABI is > broken. This patch enforces that addition, sets the initial abi soname > exte

[dpdk-dev] [PATCH v3 3/4] Add library version extenstion

2014-12-23 Thread Gonzalez Monroy, Sergio
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > Sent: Tuesday, December 23, 2014 3:52 PM > > a/mk/rte.lib.mk b/mk/rte.lib.mk index 1d3b646..7326b8e 100644 > --- a/mk/rte.lib.mk > +++ b/mk/rte.lib.mk > @@ -163,9 +168,13 @@ endif > # install lib in $(RTE_OUTPUT)/lib > # > $

[dpdk-dev] [PATCH v3 3/4] Add library version extenstion

2014-12-23 Thread Neil Horman
On Tue, Dec 23, 2014 at 04:44:32PM +, Gonzalez Monroy, Sergio wrote: > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > > Sent: Tuesday, December 23, 2014 3:52 PM > > > > a/mk/rte.lib.mk b/mk/rte.lib.mk index 1d3b646..7326b8e 100644 > > --- a/mk/rte.lib.mk > > +++ b/mk/rt

[dpdk-dev] [PATCH v3 3/4] Add library version extenstion

2014-12-23 Thread Neil Horman
To differentiate libraries that break ABI, we add a library version number suffix to the library, which must be incremented when a given libraries ABI is broken. This patch enforces that addition, sets the initial abi soname extension to 1 for each library and creates a symlink to the base SONAME