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

2015-01-14 Thread Thomas Monjalon
Hi Neil, 2014-12-23 10:51, Neil Horman: > Add initial pass header files to support symbol versioning. [...] > +# Copyright(c) 2010-2014 Neil Horman Why these dates? > +# All rights reserved. I think this line is not required anymore: http://en.wikipedia.org/wiki/All_rights_reserv

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

2015-01-14 Thread Neil Horman
On Wed, Jan 14, 2015 at 04:25:19PM +0100, Thomas Monjalon wrote: > Hi Neil, > > 2014-12-23 10:51, Neil Horman: > > Add initial pass header files to support symbol versioning. > > [...] > > > +# Copyright(c) 2010-2014 Neil Horman > > Why these dates? > Because I copied the Makefile from libr

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

2014-12-29 Thread Sergio Gonzalez Monroy
On Tue, Dec 23, 2014 at 10:51:50AM -0500, Neil Horman wrote: > 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 targ

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

2014-12-23 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 V3) Undo V2 changes and make librte_compat use the rte.install.mk f