From patchwork Thu Aug 8 09:32:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 57586 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF9171B956; Thu, 8 Aug 2019 11:32:14 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D9D371B197 for ; Thu, 8 Aug 2019 11:32:13 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4C2A730605F1; Thu, 8 Aug 2019 09:32:13 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-32.brq.redhat.com [10.40.204.32]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1F17410016E9; Thu, 8 Aug 2019 09:32:10 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: anatoly.burakov@intel.com, jerinj@marvell.com, arybchenko@solarflare.com, konstantin.ananyev@intel.com Date: Thu, 8 Aug 2019 11:32:06 +0200 Message-Id: <1565256726-21029-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1564752563-11850-1-git-send-email-david.marchand@redhat.com> References: <1564752563-11850-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 08 Aug 2019 09:32:13 +0000 (UTC) Subject: [dpdk-dev] [PATCH v2] doc: announce malloc virt2phys symbol removal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- Changelog since v1: - added acks, - removed mention of 19.11 as the target release, --- 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 ee15ab6..b1aa6a8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -41,6 +41,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.