From patchwork Thu Oct 4 15:43:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46099 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D45C51B4F8; Thu, 4 Oct 2018 16:43:30 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8D14E1B4F5 for ; Thu, 4 Oct 2018 16:43:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 07:43:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="76193573" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by fmsmga008.fm.intel.com with ESMTP; 04 Oct 2018 07:43:26 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit , Neil Horman , Luca Boccassi , Christian Ehrhardt Date: Thu, 4 Oct 2018 16:43:06 +0100 Message-Id: <20181004154306.65867-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180307174422.118291-1-ferruh.yigit@intel.com> References: <20180307174422.118291-1-ferruh.yigit@intel.com> Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Acked-by: Luca Boccassi --- Cc: Neil Horman Cc: Thomas Monjalon Cc: Luca Boccassi Cc: Christian Ehrhardt --- config/common_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=n # # Use newest code breaking previous ABI # -CONFIG_RTE_NEXT_ABI=y +CONFIG_RTE_NEXT_ABI=n # # Major ABI to overwrite library specific LIBABIVER