From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 6B9331B308 for ; Wed, 14 Feb 2018 15:58:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DB28520D3F; Wed, 14 Feb 2018 09:58:39 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 09:58:39 -0500 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=vzd8FRvvjT0WdTwGKD5ApaGEUG jW52TrOMAxwb7pZoo=; b=aN5Xqdfpq8DoWE4a3241DkL4xLQ3PY50Tc4JL8B7s7 oVuIwpvetELLH0qPuAI2+vBGSUYGdpmZI35mGkYr5gFL201A0ea+DjY6wRHEWLsZ b+hCnlZuYh75Bx0PZlwDYMTfS92WLwMiypSH6vBQVGdfbJZ22Kk2TLBhC4vg7KSb M= 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=fm2; bh=vzd8FR vvjT0WdTwGKD5ApaGEUGjW52TrOMAxwb7pZoo=; b=FpoBPDvz2ZRzTfv72oN+Zk w4DfQeLQZbiHm7nsp1dQYnAvZ5szqTy35oaJvP3UVGl/8GKRl7AQCXFwOxPYCiia 2SPYepRyu1GeoszeNq5pkVcFnl1/brkUjnFckyDhQmEIM3tUHCUfAkjL/h2eIrPB c4UU1Yv1obY/hQ3ilC8jiZ/oai0rGKQnUPvyGkjwWD0rB3UjYQsXLslBPbKktYLb s5grIe6QrPMoHgeX6BH6aFSoxIJVLYlpgUMqTENyghA/pSEZZfltHu8IPmKcYd1/ vvzNXZzhFOMUeYslO/Gss5EgP4BMQBvKUmdxhnEvibYU12WA9kaaJGMxOdTN5Csg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 664647E4A8; Wed, 14 Feb 2018 09:58:39 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, Ferruh Yigit , Olivier Matz , pbhagavatula@caviumnetworks.com, nipun.gupta@nxp.com, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com Date: Wed, 14 Feb 2018 15:58:27 +0100 Message-ID: <2057022.Pm3tFIM1yP@xps> In-Reply-To: <487ee606-f68e-54ac-4c5f-413e3dbbb45a@intel.com> References: <1517558633-27178-1-git-send-email-hemant.agrawal@nxp.com> <20180202140138.orrwvdotxgr3upuj@platinum> <487ee606-f68e-54ac-4c5f-413e3dbbb45a@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: remove eal API for default mempool ops name 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: Wed, 14 Feb 2018 14:58:40 -0000 13/02/2018 12:28, Ferruh Yigit: > On 2/2/2018 2:01 PM, Olivier Matz wrote: > > On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote: > >> Signed-off-by: Hemant Agrawal > >> --- > >> +* eal: a new set of mbuf mempool ops name APIs for user, platform and best > >> + mempool names have been defined in ``rte_mbuf`` in v18.02. The uses of > >> + ``rte_eal_mbuf_default_mempool_ops`` shall be replaced by > >> + ``rte_mbuf_best_mempool_ops``. > >> + The following function is now redundant and it is target to be deprecated in > >> + 18.05: > >> + > >> + - ``rte_eal_mbuf_default_mempool_ops`` > > > > Acked-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied