From 3e48944f17dd3a78baf0b01c8fbd51486624ff17 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Tue, 21 May 2019 18:13:15 +0200 Subject: [PATCH] doc: announce network API change Signed-off-by: Olivier Matz Reviewed-by: Stephen Hemminger Reviewed-by: Maxime Coquelin Reviewed-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 4 ---- doc/guides/rel_notes/release_19_08.rst | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 098d24381c..7e2dcb7692 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -17,10 +17,6 @@ Deprecation Notices can be got using the ``pip``, or ``pip3``, tool for downloading python packages. -* 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. - * kvargs: The function ``rte_kvargs_process`` will get a new parameter for returning key match count. It will ease handling of no-match case. diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index b9510f93a0..5ebb564b10 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -83,6 +83,9 @@ API Changes Also, make sure to start the actual text at the margin. ========================================================= +* The network structures, definitions and functions have + been prefixed by ``rte_`` to resolve conflicts with libc headers. + ABI Changes ----------- -- 2.20.1