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

2018-10-04 Thread Luca Boccassi
On Thu, 2018-10-04 at 16:43 +0100, Ferruh Yigit wrote: > Enabling RTE_NEXT_ABI means to enable APIs that break the ABI for > the current release and these APIs are targetted for further release. > > RTE_NEXT_ABI shouldn't be enabled by default. > > Signed-off-by: Ferruh Yigit > --- > Cc: Neil Ho

[dpdk-dev] [PATCH] 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 targetted 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 -