From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 075E6A00E6 for ; Tue, 6 Aug 2019 15:55:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CDE731B953; Tue, 6 Aug 2019 15:55:03 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0C4841B952 for ; Tue, 6 Aug 2019 15:55:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 06:55:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,353,1559545200"; d="scan'208";a="373424173" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga005.fm.intel.com with ESMTP; 06 Aug 2019 06:55:00 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX109.ger.corp.intel.com ([169.254.13.29]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 14:54:59 +0100 From: "Ananyev, Konstantin" To: David Marchand , "dev@dpdk.org" CC: "thomas@monjalon.net" , "aconole@redhat.com" Thread-Topic: [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal Thread-Index: AQHVQ4wPrJ96Gm/r7UucD3mu3LyxXqbuNb6A Date: Tue, 6 Aug 2019 13:54:58 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772580168A629FD@irsmsx105.ger.corp.intel.com> References: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjc1NzIyNjEtNGQyYi00OTNkLTg2ZWYtZTcwYzA2MTQyNWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaHcyWVwvMlFKbzNtZ2tBUmlDZnY0YXYrVFIwZElqUExkeGJQSW5ubkh1a1NuOVpqakNlbVBMRW55RjNBMEsyVDgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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 in the next release. >=20 > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index 37b8592..58b1852 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -34,6 +34,9 @@ Deprecation Notices >=20 > + ``rte_eal_devargs_type_count`` >=20 > +* eal: The ``rte_cpu_check_supported`` function has been deprecated sinc= e > + v17.08 and will be removed in DPDK 19.11. > + > * 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. > -- Acked-by: Konstantin Ananyev > 1.8.3.1