[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-26 Thread Sergio Gonzalez Monroy
On Fri, Sep 26, 2014 at 11:16:30AM -0400, Neil Horman wrote: > On Fri, Sep 26, 2014 at 03:16:08PM +0100, Sergio Gonzalez Monroy wrote: > > On Thu, Sep 25, 2014 at 02:52:32PM -0400, Neil Horman wrote: > > > Add initial pass header files to support symbol versioning. > > > > > > --- > > > Change not

[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-26 Thread Neil Horman
On Fri, Sep 26, 2014 at 12:22:56PM -0400, Neil Horman wrote: > On Fri, Sep 26, 2014 at 04:33:04PM +0100, Sergio Gonzalez Monroy wrote: > > On Fri, Sep 26, 2014 at 11:16:30AM -0400, Neil Horman wrote: > > > On Fri, Sep 26, 2014 at 03:16:08PM +0100, Sergio Gonzalez Monroy wrote: > > > > On Thu, Sep 2

[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-26 Thread Sergio Gonzalez Monroy
On Thu, Sep 25, 2014 at 02:52:32PM -0400, Neil Horman wrote: > Add initial pass header files to support symbol versioning. > > --- > Change notes > v2) > * Fixed ifdef in rte_compat.h to test for RTE_BUILD_SHARED_LIB instead of the > non-existant RTE_SYMBOL_VERSIONING > > * Fixed VERSION_SYMBOL m

[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-26 Thread Neil Horman
On Fri, Sep 26, 2014 at 04:33:04PM +0100, Sergio Gonzalez Monroy wrote: > On Fri, Sep 26, 2014 at 11:16:30AM -0400, Neil Horman wrote: > > On Fri, Sep 26, 2014 at 03:16:08PM +0100, Sergio Gonzalez Monroy wrote: > > > On Thu, Sep 25, 2014 at 02:52:32PM -0400, Neil Horman wrote: > > > > Add initial p

[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-26 Thread Neil Horman
On Fri, Sep 26, 2014 at 03:16:08PM +0100, Sergio Gonzalez Monroy wrote: > On Thu, Sep 25, 2014 at 02:52:32PM -0400, Neil Horman wrote: > > Add initial pass header files to support symbol versioning. > > > > --- > > Change notes > > v2) > > * Fixed ifdef in rte_compat.h to test for RTE_BUILD_SHARED

[dpdk-dev] [PATCH 1/4 v2] compat: Add infrastructure to support symbol versioning

2014-09-25 Thread Neil Horman
Add initial pass header files to support symbol versioning. --- Change notes v2) * Fixed ifdef in rte_compat.h to test for RTE_BUILD_SHARED_LIB instead of the non-existant RTE_SYMBOL_VERSIONING * Fixed VERSION_SYMBOL macro to add the needed extra @ to make versioning work properly * Improved/Cla