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 BA6AF2BB0 for ; Mon, 28 May 2018 02:31:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5302B20F02; Sun, 27 May 2018 20:31:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 20:31:31 -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=V6ydiwfKSNILyanNPooiV3+Yuy L2sKTN7G7FwKWfFjk=; b=MceFUVWAEpe5t4jpfzrUDdv2FzJeLx/ETSwgHwguwz nHK8UhsUsAWYbhhawJeG3TbmrvJmPvr8bLyt+FT960aoRvQvWMzNmRKXzThSOjVD 5aGGocXVuyIh1xf834palne36Gd/fDoE1mZLSDXbb6mrIuJOKNA+jt4NRImxAG7a o= 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=V6ydiw fKSNILyanNPooiV3+YuyL2sKTN7G7FwKWfFjk=; b=GBSaVe44sOdGYs02hVS26f Lq4nFsX2DJ1Utpnc9HkQCT6YWwZd88K7sadS3pLNobyME8TuuiDn7bWpoYlLtxEs xsbWl49twiTLQo0mji9eNMMFQYSzsEoyda6zBiGwKxc/wiXFZu864FHf5NmjCYss QtRFIwhob0wk8sc2i3kczdhzH5Txfnx44wOase9i8WCTxEu+yEocdRpmzaxwb9Tl zePSWeiX7BOTk51Z0KdtpJrX5Ikn0DasZ9cT5Uv8Y3sORVrSQoAc26iMWmNyvvsj Ao6jxK1go8WV6bEvpGPQu3qxuI815rguR5Q21tOYiG25Kt13NlqDLCJ00BuacUpw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: 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 8BE0DE444F; Sun, 27 May 2018 20:31:30 -0400 (EDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Hemant Agrawal , Jerin Jacob Date: Mon, 28 May 2018 02:31:29 +0200 Message-ID: <1620010.NMQE6rb8Nk@xps> In-Reply-To: References: <20180524094407.6969-1-olivier.matz@6wind.com> <20180524095927.GA1449@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: deprecate function to set default mbuf pool 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: Mon, 28 May 2018 00:31:31 -0000 24/05/2018 12:08, Hemant Agrawal: > > Deprecate rte_eal_mbuf_default_mempool_ops(), it shall be replaced by > > rte_mbuf_best_mempool_ops(). > > > > Cc: Hemant Agrawal > > Cc: Jerin Jacob > > > > Signed-off-by: Olivier Matz > > Acked-by: Jerin Jacob > Acked-by: Hemant Agrawal Acked-by: Thomas Monjalon Applied, thanks