]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/deprecation.rst
doc: announce API change for net defines/structs/funcs
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
index b723cd53f483edb165bdc67a4ac886c600c4f50f..fc830dc0bd71a095353b95b002ff2f060aa98644 100644 (file)
@@ -17,6 +17,10 @@ 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.