[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-13 Thread Mcnamara, John
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Saturday, July 11, 2015 3:20 PM > To: Mcnamara, John > Cc: Thomas Monjalon; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs > > On Fri, Jul 10,

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-11 Thread Neil Horman
; Subject: Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs > > > > On Tue, Jul 07, 2015 at 05:46:08AM -0700, Thomas Monjalon wrote: > > > Neil, in the meantime, could you please help to check ABI breakage in > > the HEAD? > > > > > Took a look, the

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-10 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > Sent: Tuesday, July 7, 2015 2:44 PM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs > > On Tue, Jul 07,

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-07 Thread Neil Horman
On Tue, Jul 07, 2015 at 05:46:08AM -0700, Thomas Monjalon wrote: > Thanks Neil, we are making good progress. > > 2015-07-07 07:14, Neil Horman: > > On Mon, Jul 06, 2015 at 11:44:59PM +0200, Thomas Monjalon wrote: > > > 2015-07-06 14:22, Neil Horman: > > > > On Mon, Jul 06, 2015 at 03:49:50PM +0200

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-07 Thread Neil Horman
On Tue, Jul 07, 2015 at 05:46:08AM -0700, Thomas Monjalon wrote: > Thanks Neil, we are making good progress. > > 2015-07-07 07:14, Neil Horman: > > On Mon, Jul 06, 2015 at 11:44:59PM +0200, Thomas Monjalon wrote: > > > 2015-07-06 14:22, Neil Horman: > > > > On Mon, Jul 06, 2015 at 03:49:50PM +0200

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-07 Thread Neil Horman
On Mon, Jul 06, 2015 at 11:44:59PM +0200, Thomas Monjalon wrote: > 2015-07-06 14:22, Neil Horman: > > On Mon, Jul 06, 2015 at 03:49:50PM +0200, Thomas Monjalon wrote: > > > 2015-07-06 09:35, Neil Horman: > > > > On Mon, Jul 06, 2015 at 03:18:51PM +0200, Thomas Monjalon wrote: > > > > > Any comment

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-07 Thread Thomas Monjalon
Thanks Neil, we are making good progress. 2015-07-07 07:14, Neil Horman: > On Mon, Jul 06, 2015 at 11:44:59PM +0200, Thomas Monjalon wrote: > > 2015-07-06 14:22, Neil Horman: > > > On Mon, Jul 06, 2015 at 03:49:50PM +0200, Thomas Monjalon wrote: > > > > 2015-07-06 09:35, Neil Horman: > > > > > On

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-06 Thread Thomas Monjalon
2015-07-06 14:22, Neil Horman: > On Mon, Jul 06, 2015 at 03:49:50PM +0200, Thomas Monjalon wrote: > > 2015-07-06 09:35, Neil Horman: > > > On Mon, Jul 06, 2015 at 03:18:51PM +0200, Thomas Monjalon wrote: > > > > Any comment or ack? > > > > > > > > 2015-07-03 00:05, Thomas Monjalon: > > > > > When

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-06 Thread Thomas Monjalon
2015-07-06 09:35, Neil Horman: > On Mon, Jul 06, 2015 at 03:18:51PM +0200, Thomas Monjalon wrote: > > Any comment or ack? > > > > 2015-07-03 00:05, Thomas Monjalon: > > > When a change makes really hard to keep ABI compatibility, > > > instead of waiting next release to break the ABI, it is smooth

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-06 Thread Thomas Monjalon
Any comment or ack? 2015-07-03 00:05, Thomas Monjalon: > When a change makes really hard to keep ABI compatibility, > instead of waiting next release to break the ABI, it is smoother > to introduce the new code and enable it only for static libraries. > The flag RTE_NEXT_ABI may be used to "ifdef"

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-06 Thread Neil Horman
On Mon, Jul 06, 2015 at 03:49:50PM +0200, Thomas Monjalon wrote: > 2015-07-06 09:35, Neil Horman: > > On Mon, Jul 06, 2015 at 03:18:51PM +0200, Thomas Monjalon wrote: > > > Any comment or ack? > > > > > > 2015-07-03 00:05, Thomas Monjalon: > > > > When a change makes really hard to keep ABI compat

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-06 Thread Neil Horman
On Mon, Jul 06, 2015 at 03:18:51PM +0200, Thomas Monjalon wrote: > Any comment or ack? > > 2015-07-03 00:05, Thomas Monjalon: > > When a change makes really hard to keep ABI compatibility, > > instead of waiting next release to break the ABI, it is smoother > > to introduce the new code and enable

[dpdk-dev] [PATCH] mk: enable next abi in static libs

2015-07-03 Thread Thomas Monjalon
When a change makes really hard to keep ABI compatibility, instead of waiting next release to break the ABI, it is smoother to introduce the new code and enable it only for static libraries. The flag RTE_NEXT_ABI may be used to "ifdef" the new code. When the release is out, a dynamically linked app