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

2014-12-22 Thread Gonzalez Monroy, Sergio
> From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Monday, December 22, 2014 4:35 PM > > On Mon, Dec 22, 2014 at 02:01:10PM +, Gonzalez Monroy, Sergio wrote: > > > > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > > Sent: Saturday, December 20, 2014 9:02 PM > > We could

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

2014-12-22 Thread Neil Horman
On Mon, Dec 22, 2014 at 02:00:17PM -0500, Neil Horman wrote: > On Mon, Dec 22, 2014 at 05:09:55PM +, Gonzalez Monroy, Sergio wrote: > > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > > Sent: Monday, December 22, 2014 4:35 PM > > > > > > On Mon, Dec 22, 2014 at 02:01:10PM +,

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

2014-12-22 Thread Gonzalez Monroy, Sergio
Hi Neil, Just a couple of minor comments. > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Saturday, December 20, 2014 9:02 PM > Subject: [PATCH 1/4] compat: Add infrastructure to support symbol > versioning > > Add initial pass header files to support symbol versioning. > [...]

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

2014-12-22 Thread Neil Horman
On Mon, Dec 22, 2014 at 05:09:55PM +, Gonzalez Monroy, Sergio wrote: > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Monday, December 22, 2014 4:35 PM > > > > On Mon, Dec 22, 2014 at 02:01:10PM +, Gonzalez Monroy, Sergio wrote: > > > > > > > From: Neil Horman

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

2014-12-22 Thread Neil Horman
On Mon, Dec 22, 2014 at 02:01:10PM +, Gonzalez Monroy, Sergio wrote: > Hi Neil, > > Just a couple of minor comments. > > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Saturday, December 20, 2014 9:02 PM > > Subject: [PATCH 1/4] compat: Add infrastructure to support symbol >

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

2014-12-22 Thread Neil Horman
On Mon, Dec 22, 2014 at 02:01:10PM +, Gonzalez Monroy, Sergio wrote: > Hi Neil, > > Just a couple of minor comments. > > > From: Neil Horman [mailto:nhorman at tuxdriver.com] > > Sent: Saturday, December 20, 2014 9:02 PM > > Subject: [PATCH 1/4] compat: Add infrastructure to support symbol >

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

2014-12-20 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" --- lib/Makefile | 1 + lib/librte_compat/Makefile | 38 + lib/librte_compat/rte_compat.h |

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

2014-09-23 Thread Sergio Gonzalez Monroy
On Tue, Sep 23, 2014 at 10:58:29AM -0400, Neil Horman wrote: > On Tue, Sep 23, 2014 at 11:39:29AM +0100, Sergio Gonzalez Monroy wrote: > > Hi Neil, > > > > On Mon, Sep 15, 2014 at 03:23:48PM -0400, Neil Horman wrote: > > > Add initial pass header files to support symbol versioning. > > > > > >

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

2014-09-23 Thread Neil Horman
On Tue, Sep 23, 2014 at 05:29:48PM +0100, Sergio Gonzalez Monroy wrote: > On Tue, Sep 23, 2014 at 10:58:29AM -0400, Neil Horman wrote: > > On Tue, Sep 23, 2014 at 11:39:29AM +0100, Sergio Gonzalez Monroy wrote: > > > Hi Neil, > > > > > > On Mon, Sep 15, 2014 at 03:23:48PM -0400, Neil Horman

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

2014-09-23 Thread Sergio Gonzalez Monroy
Hi Neil, On Mon, Sep 15, 2014 at 03:23:48PM -0400, Neil Horman wrote: > Add initial pass header files to support symbol versioning. > > Signed-off-by: Neil Horman > CC: Thomas Monjalon > CC: "Richardson, Bruce" > --- > lib/Makefile | 1 + > lib/librte_compat/Makefile |

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

2014-09-23 Thread Neil Horman
On Tue, Sep 23, 2014 at 11:39:29AM +0100, Sergio Gonzalez Monroy wrote: > Hi Neil, > > On Mon, Sep 15, 2014 at 03:23:48PM -0400, Neil Horman wrote: > > Add initial pass header files to support symbol versioning. > > > > Signed-off-by: Neil Horman > > CC: Thomas Monjalon > > CC: "Richardson,

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

2014-09-15 Thread Neil Horman
Add initial pass header files to support symbol versioning. Signed-off-by: Neil Horman CC: Thomas Monjalon CC: "Richardson, Bruce" --- lib/Makefile | 1 + lib/librte_compat/Makefile | 38 +++ lib/librte_compat/rte_compat.h | 86