From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=oeqcewJDpZYXJodeqXyPcZKjdyfptjk/j/C4XcdCoPI=; b=EEwtbGp0azx3DqTAcB6gxlBNEj2aFK/OseddkmWPo/FQVvSYnqOENdAHs9hzNdcvIh rTQe6TEoFlEEavqjTBgsPUGt9+ABcfc0td/NYA9D5Cs83NfP1ZwwyYK/dglg+kV1n8z3 q6YYdB0hI0tVMmYE1yfWXbkNt7/IgiHGVrxvYmtY675oRHkvFkp1My66b5Z+ewUEbPkp 47QSwik1xWm3XmhXMB/MhQdXFxOURFHB3ZtyTKj4i0sOo2YfAvi8WdpcWHGrPkkmNh0g iRWDqQYoyc3vVqF1n4zQLFJGzmSpo459Ez9Z+L77F1TWDXdYjXbFs12grVwu9TIbBYPP IAPw== X-Gm-Message-State: ALoCoQk6PKYogVPY8KG/QO4xD0lR/aaRsyu9l7NtkbXLe0pLW+T6hSzZ/xYMScYyQ0cWl+viVJT+ X-Received: by 10.181.13.195 with SMTP id fa3mr16665586wid.7.1436740807315; Sun, 12 Jul 2015 15:40:07 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id h9sm15049448wjx.20.2015.07.12.15.40.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jul 2015 15:40:06 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 13 Jul 2015 00:38:55 +0200 Message-ID: <1697253.gSy2sng2Gy@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436573936-15956-7-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> <1436573936-15956-7-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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: Sun, 12 Jul 2015 22:40:08 -0000 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.