From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E2695C50C for ; Sat, 11 Jul 2015 02:19:42 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Jul 2015 17:19:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,451,1432623600"; d="scan'208";a="760182184" Received: from unknown ([10.252.9.115]) by fmsmga002.fm.intel.com with SMTP; 10 Jul 2015 17:19:40 -0700 Received: by (sSMTP sendmail emulation); Sat, 11 Jul 2015 01:19:40 +0100 From: Pablo de Lara To: dev@dpdk.org Date: Sat, 11 Jul 2015 01:18:55 +0100 Message-Id: <1436573936-15956-7-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.4.5 In-Reply-To: <1436573936-15956-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1436571020-16252-1-git-send-email-pablo.de.lara.guarch@intel.com> <1436573936-15956-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v7 6/7] doc: announce ABI change of librte_hash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 00:19:43 -0000 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 9d60a74..b45017c 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -21,3 +21,4 @@ Deprecation Notices 1024 queues per port. This change will be in release 2.2. There is no backward compatibility planned from release 2.2. All binaries will need to be rebuilt from release 2.2. +* 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.3