From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 2/2] doc: announce removal of LPM memory location Date: Mon, 17 Aug 2015 16:39:14 +0200 Message-ID: <1439822354-7968-2-git-send-email-thomas.monjalon@6wind.com> References: <1439822354-7968-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 841198E76 for ; Mon, 17 Aug 2015 16:40:44 +0200 (CEST) Received: by wicja10 with SMTP id ja10so72229247wic.1 for ; Mon, 17 Aug 2015 07:40:44 -0700 (PDT) In-Reply-To: <1439822354-7968-1-git-send-email-thomas.monjalon@6wind.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" This field is deprecated for a long time and should be removed. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index bf0ac95..da17880 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -25,6 +25,9 @@ Deprecation Notices * The function rte_jhash2 is deprecated and should be removed. +* The field mem_location of the rte_lpm structure is deprecated and should be + removed as well as the macros RTE_LPM_HEAP and RTE_LPM_MEMZONE. + * 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