From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] config: disable RTE_NEXT_ABI by default Date: Thu, 04 Oct 2018 15:49:53 +0100 Message-ID: <1538664593.8721.4.camel@debian.org> References: <20180307174422.118291-1-ferruh.yigit@intel.com> <20181004154306.65867-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Neil Horman , Christian Ehrhardt To: Ferruh Yigit , Thomas Monjalon Return-path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id CD8831B49E for ; Thu, 4 Oct 2018 16:49:56 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id q8-v6so9320785wmq.4 for ; Thu, 04 Oct 2018 07:49:56 -0700 (PDT) In-Reply-To: <20181004154306.65867-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. >=20 > RTE_NEXT_ABI shouldn't be enabled by default. >=20 > Signed-off-by: Ferruh Yigit > --- > Cc: Neil Horman > Cc: Thomas Monjalon > Cc: Luca Boccassi > Cc: Christian Ehrhardt > --- > =C2=A0config/common_base | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/common_base b/config/common_base > index 2e888d13b..dbd0c9ae9 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -43,7 +43,7 @@ CONFIG_RTE_BUILD_SHARED_LIB=3Dn > =C2=A0# > =C2=A0# Use newest code breaking previous ABI > =C2=A0# > -CONFIG_RTE_NEXT_ABI=3Dy > +CONFIG_RTE_NEXT_ABI=3Dn > =C2=A0 > =C2=A0# > =C2=A0# Major ABI to overwrite library specific LIBABIVER Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi