From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: [PATCH v9 8/9] doc: announce ABI change of librte_malloc Date: Wed, 15 Jul 2015 09:26:32 +0100 Message-ID: <1436948793-12867-9-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1436864233-24746-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1436948793-12867-1-git-send-email-sergio.gonzalez.monroy@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 099AC5A44 for ; Wed, 15 Jul 2015 10:26:38 +0200 (CEST) Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t6F8QY0J018737 for ; Wed, 15 Jul 2015 09:26:34 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t6F8QY4Q012961 for ; Wed, 15 Jul 2015 09:26:34 +0100 Received: (from smonroy@localhost) by sivswdev02.ir.intel.com with id t6F8QYFj012957 for dev@dpdk.org; Wed, 15 Jul 2015 09:26:34 +0100 In-Reply-To: <1436948793-12867-1-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Announce the creation of dummy malloc library for 2.1 and removal of such library, now integrated in librte_eal, for 2.2 release. Signed-off-by: Sergio Gonzalez Monroy --- doc/guides/rel_notes/abi.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index 931e785..76e0ae2 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -16,7 +16,6 @@ Examples of Deprecation Notices Deprecation Notices ------------------- - * Significant ABI changes are planned for struct rte_eth_dev to support up to 1024 queues per port. This change will be in release 2.2. There is no backward compatibility planned from release 2.2. @@ -24,3 +23,8 @@ Deprecation Notices * The Macros RTE_HASH_BUCKET_ENTRIES_MAX and RTE_HASH_KEY_LENGTH_MAX are deprecated and will be removed with version 2.2. + +* librte_malloc library has been integrated into librte_eal. The 2.1 release + creates a dummy/empty malloc library to fulfill binaries with dynamic linking + dependencies on librte_malloc.so. Such dummy library will not be created from + release 2.2 so binaries will need to be rebuilt. -- 1.9.3