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

2014-12-23 Thread Gonzalez Monroy, Sergio
> From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Monday, December 22, 2014 8:24 PM > +++ b/lib/librte_compat/Makefile >[...] > + > +include $(RTE_SDK)/mk/rte.vars.mk > + > + > +# install includes > +SYMLINK-y-include := rte_compat.h > + > +include $(RTE_SDK)/mk/rte.lib.mk > I just real

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

2014-12-23 Thread Neil Horman
On Tue, Dec 23, 2014 at 01:27:32PM +, Gonzalez Monroy, Sergio wrote: > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Monday, December 22, 2014 8:24 PM > > +++ b/lib/librte_compat/Makefile > >[...] > > + > > +include $(RTE_SDK)/mk/rte.vars.mk > > + > > + > > +# install includes

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

2014-12-22 Thread Neil Horman
Add initial pass header files to support symbol versioning. Signed-off-by: Neil Horman CC: Thomas Monjalon CC: "Richardson, Bruce" CC: "Gonzalez Monroy, Sergio" Change Notes: V2) Moved ifeq to _INSTALL target --- lib/Makefile | 1 + lib/librte_compat/Makefile |