From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5A9631B582 for ; Sun, 5 Aug 2018 23:39:01 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A606520DC6; Sun, 5 Aug 2018 17:39:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 17:39:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=FeVOAH+5zVBBYFnsJI8u/C0h8X Fei1wuYvkR3pjya8s=; b=XVeWOd1ofy63tWFRYl/4hWSSRp9D4JahEMRIFYHkDv hFiPmJRL3goMI7CwTVSm0AKzi9R68k0BloOFb8aInJu8C8VTMvpQAF2/O1ygfXxB TMtnsPhqNIyTfx0Hy/zxWoCAvrQQT7ySubvgBsiMHYgJtiL19/d5z6im9/UUDNma w= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=FeVOAH +5zVBBYFnsJI8u/C0h8XFei1wuYvkR3pjya8s=; b=ZQ0khYL1PpBBeXK8WPYj5S LiiR9FCjKwqmq9eJ3dy4NQWEqt5kgv1mlBCNfECU0Egv/hVg1RH+8S1UGeZB0dln u1NU4RjZ3F69oLJ4yWGumVNZS0vYD2WPRFeavR/ffkKMnBPSQfYEnJ/2963BFLJE ROvbaQjoZRDWW5vQ82cK6m5S9oqr60EEeBp9+j6+qz8ELf9gndOFQgD41dl//HsY q2XUzF8fXV+ZxJtoEK0vGWCANooa1HN6yxb/mnrg4jTDX0c39eEkTHH2n1IBXeMd vLPNVsBJ5EH8KrRmi5nQhXavV4z8U7ofu3wB5RYbzig/rR8XkfKP781h1DiI572g == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id A3F301025D; Sun, 5 Aug 2018 17:38:59 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko Cc: dev@dpdk.org, Olivier Matz Date: Sun, 05 Aug 2018 23:38:57 +0200 Message-ID: <1583336.kaUp93KtWQ@xps> In-Reply-To: <1532699165-28063-1-git-send-email-arybchenko@solarflare.com> References: <1532699165-28063-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/2] mempool: remove deprecated functions 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: , X-List-Received-Date: Sun, 05 Aug 2018 21:39:01 -0000 27/07/2018 15:46, Andrew Rybchenko: > Functions rte_mempool_populate_phys(), rte_mempool_virt2phy() and > rte_mempool_populate_phys_tab() are just wrappers for corresponding > IOVA functions and were deprecated in v17.11. > > Functions rte_mempool_xmem_create(), rte_mempool_xmem_size(), > rte_mempool_xmem_usage() and rte_mempool_populate_iova_tab() were > deprecated in v18.05 and removal was announced earlier in v18.02. > > Signed-off-by: Andrew Rybchenko Series applied, thanks