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 5D3F9A00E6 for ; Thu, 8 Aug 2019 17:44:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F14241BE7E; Thu, 8 Aug 2019 17:44:39 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 136D31BE45 for ; Thu, 8 Aug 2019 17:44:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 881A120D9E; Thu, 8 Aug 2019 11:44:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 08 Aug 2019 11:44:37 -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=ES1rwFfV/OZOaB4eswTC0Wy3CFG+RawQHH4VEHZux2U=; b=fpdTnQhrbDxp W9+C6jAiSpukDeuUCMc221IoNniAapv1WIyY8zu83bmdyzC+pLILKnyNJTV/PLEU sX8W9XpxYZXBdF2+36vgE3swETwLRHw2pW1qv0XR/WjNTB8bbCb2pGVaIGNQ2H/l 1Wq9f3cTiYKEseXI7QZQW2Gpy9XPnR4= 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=ES1rwFfV/OZOaB4eswTC0Wy3CFG+RawQHH4VEHZux 2U=; b=mhBxKzDHeCBBCVkP/Ki76p99ndo+xVK+CjF/lECWKDDXZWD+2mIo0s0at hNPmc1LGsYgHsCMLgGNTKhYCl1VzeHa+kjED6ttdwzmv+Bkb4RG4c0kQfNwV77Jf v2TxFmTSPilEJ/IfZZE/CeBUBqfwrdSRwtHb/bSuhMbgIFUmHtMHRnETQ1/emKx2 Dw51SoKS/npADe7NVvu91p0SGeYigNQpTJrPw5JnwhZzgHjzBfoSnZJgLLMG7L7u NmG9BJ4/ZOmBRb1334QXzbQ3Pnc0GFwSJGiSN4QRHtopeD/liSR9vMfekU5pmfAE ppPyH9dDzY6AJzcsRDkMVsUoV4w+w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudduhedgleefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedrvdefrddutdeirdefudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (31.106.23.93.rev.sfr.net [93.23.106.31]) by mail.messagingengine.com (Postfix) with ESMTPA id EDE48380087; Thu, 8 Aug 2019 11:44:34 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, anatoly.burakov@intel.com, jerinj@marvell.com, arybchenko@solarflare.com, konstantin.ananyev@intel.com Date: Thu, 08 Aug 2019 17:44:32 +0200 Message-ID: <3474051.DuejY0M98s@xps> In-Reply-To: <1565256726-21029-1-git-send-email-david.marchand@redhat.com> References: <1564752563-11850-1-git-send-email-david.marchand@redhat.com> <1565256726-21029-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 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" 08/08/2019 11:32, David Marchand: > 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, Applied, thanks