[PATCH 2/2] doc: announce removal of LPM memory location
From: Thomas Monjalon <hidden>
Date: 2015-08-17 14:40:44
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Monjalon <hidden>
Date: 2015-08-17 14:40:44
Subsystem:
the rest · Maintainer:
Linus Torvalds
This field is deprecated for a long time and should be removed. Signed-off-by: Thomas Monjalon <redacted> --- 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