[dpdk-dev] [PATCH v2 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: Monday, December 22, 2014 8:24 PM > > a/mk/rte.lib.mk b/mk/rte.lib.mk index 7949254..ad058b5 100644 > --- a/mk/rte.lib.mk > +++ b/mk/rte.lib.mk > @@ -166,9 +171,11 @@ endif > # install lib in $(RTE_OUTPUT)/lib > # > $(

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

2014-12-23 Thread Neil Horman
On Tue, Dec 23, 2014 at 01:05:16PM +, Gonzalez Monroy, Sergio wrote: > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > > Sent: Monday, December 22, 2014 8:24 PM > > > > a/mk/rte.lib.mk b/mk/rte.lib.mk index 7949254..ad058b5 100644 > > --- a/mk/rte.lib.mk > > +++ b/mk/rte

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

2014-12-22 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