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 E5129A00E6 for ; Thu, 8 Aug 2019 13:51:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C5F41BE0D; Thu, 8 Aug 2019 13:51:45 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5DA391BE0C for ; Thu, 8 Aug 2019 13:51:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F131420A14; Thu, 8 Aug 2019 07:51:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 08 Aug 2019 07:51:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=FUKXVwLzvWPreRO2C97Wxvl/dgX8yYsxWvSs4obk5xM=; b=OBoyu5H8G0Iy uNDEVxgja8I4hITykm6AedrFcilZ7nDyoifqo2bniyyqbdnzILlwJdmWe9wAF/V0 UjBOm5e39MshA2FpQ+wKq1DcfHC7WYlEwRUX3EepTKjdWhH1JIj94BJkHGHnyLak DX78BZbH3KgbP7t7uG1v4+CtmIxAZZ8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=FUKXVwLzvWPreRO2C97Wxvl/dgX8yYsxWvSs4obk5 xM=; b=KfwbQw89pR8YkJ0Az5phUWaJhJU0gabC06J9477D9rz5if3dgDqTEh1vX MPRULTJVzAcISeDDgXkoo3obhQlYskWKk8N26b4Qoy5O5nMKr6GmhGb14dTCice+ QYMOHqJG++SUVIwb7ZVjMmyUnZMMFQgHf6RSRHLzPPXu2d8tFOehJf7JXN/Ct+pX iOAn2r+quuKZYJJCdaRLXqwMlqOYRAFRnBTVTjjuPqqbP4GjbEWnv7N3Ql9GwWnm r9CBw9KhHuqC5rvF4CTAB4+umgYq9BdvJroP2uYTkmMX2kUqns5v8dM5D8uGD81a BLhOWEpIYUtZfRddsQPpu8JoXcraw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudduhedggeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 11DE28005B; Thu, 8 Aug 2019 07:51:40 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "aconole@redhat.com" , "konstantin.ananyev@intel.com" , "arybchenko@solarflare.com" Date: Thu, 08 Aug 2019 13:51:38 +0200 Message-ID: <3536416.8ZxDsdXV04@xps> In-Reply-To: References: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> <1565256646-20814-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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 > > +* eal: The ``rte_cpu_check_supported`` function has been deprecated since > > + v17.08 and will be removed. Applied, thanks