From 2eb37d7de4c840b2ce02103b87e571295df3a1f3 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Wed, 16 Jan 2019 11:37:13 +0000 Subject: [PATCH] doc: announce meson version upgrade Add a notice in the deprecation section of the release notes to call out the fact that the minimum supported meson version for DPDK will change from 19.05 onwards. Signed-off-by: Bruce Richardson Acked-by: Luca Boccassi Acked-by: Timothy Redaelli Acked-by: Harry van Haaren Acked-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f9a1f81889..9f6a47d945 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -11,6 +11,12 @@ API and ABI deprecation notices are to be posted here. Deprecation Notices ------------------- +* meson: The minimum supported version of meson for configuring and building + DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For + those users with a version earlier than 0.47.1, an updated copy of meson + can be got using the ``pip``, or ``pip3``, tool for downloading python + packages. + * kvargs: The function ``rte_kvargs_process`` will get a new parameter for returning key match count. It will ease handling of no-match case. -- 2.20.1