From 23be1cbfa32a275a3e91a10fb7aec11e0aa91413 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 8 Aug 2019 11:32:06 +0200 Subject: [PATCH] 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 --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.20.1