From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v4 6/7] doc: announce ABI change of librte_hash Date: Fri, 10 Jul 2015 18:24:23 +0100 Message-ID: <1436549064-5200-7-git-send-email-pablo.de.lara.guarch@intel.com> References: <1435530330-10132-1-git-send-email-pablo.de.lara.guarch@intel.com> <1436549064-5200-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EBDB4C45A for ; Fri, 10 Jul 2015 19:24:45 +0200 (CEST) In-Reply-To: <1436549064-5200-1-git-send-email-pablo.de.lara.guarch@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" Two of the macros in rte_hash.h are now deprecated, so this patch adds notice that they will be removed in 2.2. Signed-off-by: Pablo de Lara --- doc/guides/rel_notes/abi.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index 110c486..312348e 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -12,3 +12,4 @@ Examples of Deprecation Notices 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. -- 2.4.2