From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=wFXf5bKqlLj0f31jBWiMJoqgUv5D83jN4iKUClfaHUQ=; b=qcH12C7aLKY3yw0vw+I5ke/aO0MPl0pEXRxQJVDrLuxy4Ju/P6liiuNXfPHHS7WyPK /yDuzJGCNo5oCwnTrOnYrEfjPwkyiCiczmKEZb+Tp0Q7mX5WcZqgmJbNCZ4WT2gLM4VU 71pFqsCu6NRrNAprlQn6oEQtj/FWt8yvczw8n7aaUInWRtnZCVq8rpoQ+tO6uElKhkfs j5stX2ctzCsOwGnsHinCzUaHwziT3+9EoQodESjBPh2vqdiX/USU5Key3Xk8I7hNaP1G Md8KIdwgnTZU8PcwMjGwb8Xv3UjKKnYFJh3xTDkJIFkdLqImy0MBDsddqhc0W4M/qn8x QtoQ== X-Gm-Message-State: ABuFfoiw610xKmyuXFXW3b1NCwV7CFQgHnoMJjtMzd/cDEwRljve7/5P swmnVIwK+4Bx5dN9hOdxA3w= X-Google-Smtp-Source: ACcGV611s8xh/EQME+pV3WRSelkb7Ij2EptyavZ6cIeRCdfZ5OLLr4q9FXGS5g5/8ABsp3ivbnZ8lA== X-Received: by 2002:a1c:1183:: with SMTP id 125-v6mr5141565wmr.103.1538664596400; Thu, 04 Oct 2018 07:49:56 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id t2-v6sm5323976wre.96.2018.10.04.07.49.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Oct 2018 07:49:55 -0700 (PDT) Message-ID: <1538664593.8721.4.camel@debian.org> From: Luca Boccassi To: Ferruh Yigit , Thomas Monjalon Cc: dev@dpdk.org, Neil Horman , Christian Ehrhardt Date: Thu, 04 Oct 2018 15:49:53 +0100 In-Reply-To: <20181004154306.65867-1-ferruh.yigit@intel.com> References: <20180307174422.118291-1-ferruh.yigit@intel.com> <20181004154306.65867-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] config: disable RTE_NEXT_ABI by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 14:49:56 -0000 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