From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 1/2] doc: announce removal of jhash2 function Date: Mon, 17 Aug 2015 16:39:13 +0200 Message-ID: <1439822354-7968-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id CEEC98DAB for ; Mon, 17 Aug 2015 16:40:42 +0200 (CEST) Received: by wicne3 with SMTP id ne3so72562851wic.0 for ; Mon, 17 Aug 2015 07:40:42 -0700 (PDT) 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" Fixes: 7530c9eea7d9 ("hash: rename a jhash function") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 46a88ca..bf0ac95 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,6 +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. +* The function rte_jhash2 is deprecated and should be removed. + * Significant ABI changes are planned for struct rte_mbuf, struct rte_kni_mbuf, and several ``PKT_RX_`` flags will be removed, to support unified packet type from release 2.1. Those changes may be enabled in the upcoming release 2.1 -- 2.4.2