From: David Marchand Date: Thu, 8 Aug 2019 09:32:06 +0000 (+0200) Subject: doc: announce malloc virt2phys function removal X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=23be1cbfa32a275a3e91a10fb7aec11e0aa91413;p=dpdk.git doc: announce malloc virt2phys function removal This symbol has been deprecated for quite some time. Let's drop it as soon as possible. Signed-off-by: David Marchand Acked-by: Anatoly Burakov Acked-by: Jerin Jacob Acked-by: Andrew Rybchenko Acked-by: Konstantin Ananyev --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 70fef520ce..b989ea6c29 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -37,6 +37,9 @@ Deprecation Notices * eal: The ``rte_cpu_check_supported`` function has been deprecated since v17.08 and will be removed. +* eal: The ``rte_malloc_virt2phy`` function has been deprecated and replaced + by ``rte_malloc_virt2iova`` since v17.11 and will be removed. + * 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.