Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-05 Thread Ferruh Yigit
On 10/5/2018 12:30 PM, Neil Horman wrote: > On Fri, Oct 05, 2018 at 11:17:30AM +0100, Ferruh Yigit wrote: >> On 10/5/2018 10:13 AM, Bruce Richardson wrote: >>> On Thu, Oct 04, 2018 at 05:55:34PM +0200, Thomas Monjalon wrote: 04/10/2018 17:28, Ferruh Yigit: > On 10/4/2018 4:10 PM, Thomas Mo

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-05 Thread Neil Horman
On Fri, Oct 05, 2018 at 11:17:30AM +0100, Ferruh Yigit wrote: > On 10/5/2018 10:13 AM, Bruce Richardson wrote: > > On Thu, Oct 04, 2018 at 05:55:34PM +0200, Thomas Monjalon wrote: > >> 04/10/2018 17:28, Ferruh Yigit: > >>> On 10/4/2018 4:10 PM, Thomas Monjalon wrote: > 04/10/2018 17:48, Ferruh

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-05 Thread Ferruh Yigit
On 10/5/2018 10:13 AM, Bruce Richardson wrote: > On Thu, Oct 04, 2018 at 05:55:34PM +0200, Thomas Monjalon wrote: >> 04/10/2018 17:28, Ferruh Yigit: >>> On 10/4/2018 4:10 PM, Thomas Monjalon wrote: 04/10/2018 17:48, Ferruh Yigit: > Enabling RTE_NEXT_ABI means to enable APIs that break the

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-05 Thread Bruce Richardson
On Thu, Oct 04, 2018 at 05:55:34PM +0200, Thomas Monjalon wrote: > 04/10/2018 17:28, Ferruh Yigit: > > On 10/4/2018 4:10 PM, Thomas Monjalon wrote: > > > 04/10/2018 17:48, Ferruh Yigit: > > >> Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for > > >> the current release and these API

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-04 Thread Thomas Monjalon
04/10/2018 17:28, Ferruh Yigit: > On 10/4/2018 4:10 PM, Thomas Monjalon wrote: > > 04/10/2018 17:48, Ferruh Yigit: > >> Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for > >> the current release and these APIs are targeted for further release. > > > > It seems nobody is using it in

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-04 Thread Ferruh Yigit
On 10/4/2018 4:10 PM, Thomas Monjalon wrote: > 04/10/2018 17:48, Ferruh Yigit: >> Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for >> the current release and these APIs are targeted for further release. > > It seems nobody is using it in last releases. > >> RTE_NEXT_ABI shouldn't

Re: [dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-04 Thread Thomas Monjalon
04/10/2018 17:48, Ferruh Yigit: > Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for > the current release and these APIs are targeted for further release. It seems nobody is using it in last releases. > RTE_NEXT_ABI shouldn't be enabled by default. The reason for having it enable

[dpdk-dev] [PATCH v2] config: disable RTE_NEXT_ABI by default

2018-10-04 Thread Ferruh Yigit
Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for the current release and these APIs are targeted for further release. RTE_NEXT_ABI shouldn't be enabled by default. Signed-off-by: Ferruh Yigit --- Cc: Neil Horman Cc: Thomas Monjalon Cc: Luca Boccassi Cc: Christian Ehrhardt v