From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Mon, 17 Aug 2015 16:40:44 +0200 (CEST)
Received: by wicja10 with SMTP id ja10so72229247wic.1
 for <dev@dpdk.org>; Mon, 17 Aug 2015 07:40:44 -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:in-reply-to
 :references;
 bh=5oKe3p4iyOnxO5YxO6Hj7QPtHOXgM+rN3qWDvkfpydI=;
 b=h0F5FLCWYHjQtfZbhAvOd9yNcV306M4UJRflaAp8LW91BKquQvd/oYf4yfI2sA5cgx
 o2axKKfIIo94A/CuyjFDXIbPMX4SOr55Vh3ea+5MmodQIOPGVVTs6nYtokOLjDxpLHyU
 Mybq6d/fMT5KHvc/5FIt7OcICxfv1RcN0pVUo7BCj3FgrL/O5mdPTk/5PUXnvVLn+M2a
 NqwACPVOt5CtQZ+WTY264AdByac9YvYecIClKDgPFirCqnE3waJK62haDcCch4RtHBe6
 +dCrgQQThT02XburI+fSSpvXoYwUxLqtNf99JdT0tpZD+Z2/eZOfu1hGrOqUK7FwJe3i
 2KHA==
X-Gm-Message-State: ALoCoQkpDhKVQ+0OCLVU7BkD1CJJst5XycCnWvXlIJPgeMakTMIjwsvHsBwY+7+In6PUUuFAm+Wd
X-Received: by 10.180.38.101 with SMTP id f5mr26881718wik.9.1439822444260;
 Mon, 17 Aug 2015 07:40:44 -0700 (PDT)
Received: from XPS13.localdomain (183.16.90.92.rev.sfr.net. [92.90.16.183])
 by smtp.gmail.com with ESMTPSA id c3sm22171063wja.3.2015.08.17.07.40.43
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Mon, 17 Aug 2015 07:40:43 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: John McNamara <john.mcnamara@intel.com>
Date: Mon, 17 Aug 2015 16:39:14 +0200
Message-Id: <1439822354-7968-2-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.4.2
In-Reply-To: <1439822354-7968-1-git-send-email-thomas.monjalon@6wind.com>
References: <1439822354-7968-1-git-send-email-thomas.monjalon@6wind.com>
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 2/2] doc: announce removal of LPM memory location
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 17 Aug 2015 14:40:44 -0000

This field is deprecated for a long time and should be removed.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 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