From patchwork Thu Aug 8 09:30:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 57584 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 119221B954; Thu, 8 Aug 2019 11:31:01 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B36731B197 for ; Thu, 8 Aug 2019 11:30:59 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EC0F8127A4; Thu, 8 Aug 2019 09:30:58 +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 E8E4B600C8; Thu, 8 Aug 2019 09:30:54 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, aconole@redhat.com, konstantin.ananyev@intel.com, arybchenko@solarflare.com Date: Thu, 8 Aug 2019 11:30:46 +0200 Message-Id: <1565256646-20814-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> References: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 08 Aug 2019 09:30:59 +0000 (UTC) Subject: [dpdk-dev] [PATCH v2] doc: announce cpuflags check 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: Aaron Conole Acked-by: Konstantin Ananyev Acked-by: Andrew Rybchenko Acked-by: Jerin Jacob Acked-by: Thomas Monjalon --- 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 37b8592..70fef52 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -34,6 +34,9 @@ Deprecation Notices + ``rte_eal_devargs_type_count`` +* eal: The ``rte_cpu_check_supported`` function has been deprecated since + v17.08 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.