From 2152aae7399412d8670752c90f3be0f1a3280a96 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 17 Aug 2015 16:32:04 +0200 Subject: [PATCH] doc: announce removal of jhash2 function 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 46a88ca11f..bf0ac95163 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.20.1