]> git.droids-corp.org - dpdk.git/commitdiff
doc: announce control mbuf removal
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 26 Jan 2018 08:03:27 +0000 (09:03 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Fri, 26 Jan 2018 10:22:57 +0000 (11:22 +0100)
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/rel_notes/deprecation.rst

index d59ad598862b35c4c72d78f9069a8748379a2f58..9a91147b30ac883aa87ec9d42ee5b9cf6ac18318 100644 (file)
@@ -59,3 +59,10 @@ Deprecation Notices
   be added between the producer and consumer structures. The size of the
   structure and the offset of the fields will remain the same on
   platforms with 64B cache line, but will change on other platforms.
+
+* mbuf: The control mbuf API (``rte_ctrlmbuf_init()`` function,
+  ``rte_ctrlmbuf_alloc()`` macro, ``rte_ctrlmbuf_free()`` macro,
+  ``rte_ctrlmbuf_data()`` macro, ``rte_ctrlmbuf_len()`` macro,
+  ``rte_is_ctrlmbuf()`` macro and ``CTRL_MBUF_FLAG`` macro) will be
+  removed in v18.05. The packet mbuf API should be used as a
+  replacement.