From: Olivier Matz Date: Fri, 26 Jan 2018 08:03:27 +0000 (+0100) Subject: doc: announce control mbuf removal X-Git-Tag: spdx-start~4 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=b18c87cd3b06d84f4f07509a980f38ffe5214f50 doc: announce control mbuf removal Signed-off-by: Olivier Matz --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d59ad59886..9a91147b30 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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.