From 5a93d158fb5223c4011c59d2e4b4a3b5733c2c2b Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 17 Aug 2015 16:37:56 +0200 Subject: [PATCH] doc: announce removal of LPM memory location 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 bf0ac95163..da178802d7 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.20.1