From c0acbcdc4826dfc2c257b129ebc8bdd38f368303 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Mon, 18 Mar 2019 18:00:20 +0100 Subject: [PATCH] doc: announce API change for net definitions, structures, functions Signed-off-by: Olivier Matz --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 1b4fcb7e64..d5fbf5c110 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -11,6 +11,10 @@ API and ABI deprecation notices are to be posted here. Deprecation Notices ------------------- +* network includes: Network structures, definitions and functions will + be prefixed by ``rte_`` to resolve conflicts with libc headers. + This change will break many DPDK APIs. + * 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 -- 2.39.5