From: David Marchand Date: Fri, 25 Oct 2019 13:56:11 +0000 (+0200) Subject: doc: announce global logs struct removal from ABI X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e4c36e84566ede5bb2fa9c467f9d55f74901e908;p=dpdk.git doc: announce global logs struct removal from ABI New accessor has been introduced to provide the hidden information. This symbol can now be kept internal. Signed-off-by: David Marchand Acked-by: Anatoly Burakov Acked-by: Thomas Monjalon Acked-by: Kevin Traynor --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index cf7744e09e..3aa16347c5 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -34,6 +34,10 @@ Deprecation Notices + ``rte_eal_devargs_type_count`` +* eal: The ``rte_logs`` struct and global symbol will be made private to + remove it from the externally visible ABI and allow it to be updated in the + future. + * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs which have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap`` functions. The due date for the removal targets DPDK 20.02.