From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 6/7] doc: announce ABI change of librte_hash Date: Mon, 13 Jul 2015 00:38:55 +0200 Message-ID: <1697253.gSy2sng2Gy@xps13> 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> <1436573936-15956-7-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 82BAB5955 for ; Mon, 13 Jul 2015 00:40:07 +0200 (CEST) Received: by wgmn9 with SMTP id n9so30030041wgm.0 for ; Sun, 12 Jul 2015 15:40:07 -0700 (PDT) In-Reply-To: <1436573936-15956-7-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" 2015-07-11 01:18, Pablo de Lara: > Two of the macros in rte_hash.h are now deprecated, so this patch > adds notice that they will be removed in 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. These macros have no impact on the ABI. I suggest to rename doc/guides/rel_notes/abi.rst to deprecation.rst and add a chapter about API in doc/guides/guidelines/versioning.rst.