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

2014-10-01 Thread Sergio Gonzalez Monroy
Acked-by: Sergio Gonzalez Monroy On Tue, Sep 30, 2014 at 11:18:00AM -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_VERSI

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

2014-10-01 Thread Sergio Gonzalez Monroy
On Tue, Sep 30, 2014 at 11:18:00AM -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 v4] compat: Add infrastructure to support symbol versioning

2014-10-01 Thread Neil Horman
On Wed, Oct 01, 2014 at 11:15:31AM +0100, Sergio Gonzalez Monroy wrote: > On Tue, Sep 30, 2014 at 11:18:00AM -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 v4] compat: Add infrastructure to support symbol versioning

2014-09-30 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