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 945161B5B4 for ; Sun, 5 Aug 2018 23:45:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 00F0721990; Sun, 5 Aug 2018 17:45:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 17:45:35 -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=jXGue1o649vK6BKyVViPINkmZ2 qjetJHCtTIyFp35eQ=; b=WLxFslI/Q4EjFjUeU6UkKcHWk1ZB5KI9oqqMOwZRtV a6eoygq8y6GH+wfzJn/KiU+J0o2pl3/nZJLHJxLUS2MD5TXCd1DpBFI4RUgZ5pJg SN46D8pU2fVFuStX0SY5hQOMHP+2D+iqWDGYPcLGTv82rsYtr/ZyWcSr9qcpuPXL I= 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=jXGue1 o649vK6BKyVViPINkmZ2qjetJHCtTIyFp35eQ=; b=H3fVM7OnVOTaZQvA1XIsje aPVAWSCKFDbaRigeaUocsQyjuohbJ1pubpybC1zRwXitbc2C5z3nu56L7vtReNCQ 3of1/RnAmAGC6zc+oQkGh0FgkK+GcubsccQFg6RK7IZ7JpBfrRXqlDUrDZypxFb5 faDfA2HPAQ4T3aqgwjZoMiqtxsTiV/CQfcHov84TY9lUj0AYvpSo1dAneoxNVbWK n9iuFw1Z+AL4egqnbAO7CebZTiud3CvIdmMrDTQoG59XSx2ylFKw0eHY1M5D5rEz R5OM+l2msWcmGOfa416Q9GvffpDicojX4GHmgUfMGsbXbb8lMXq4BlMUwTIU/X+w == 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 ED83EE461E; Sun, 5 Aug 2018 17:45:33 -0400 (EDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Hemant Agrawal , santosh.shukla@caviumnetworks.com, John McNamara Date: Sun, 05 Aug 2018 23:45:32 +0200 Message-ID: <8664645.kSU2Z1G3sY@xps> In-Reply-To: <2235000.OHkBLmEnZC@xps> References: <20180626091236.30429-1-olivier.matz@6wind.com> <20180626095637.5637-1-olivier.matz@6wind.com> <2235000.OHkBLmEnZC@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/2] eal: remove deprecated function returning mbuf pool 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: Sun, 05 Aug 2018 21:45:35 -0000 26/07/2018 23:42, Thomas Monjalon: > 26/06/2018 11:56, Olivier Matz: > > rte_eal_mbuf_default_mempool_ops() is replaced by > > rte_mbuf_best_mempool_ops(). > > > > Signed-off-by: Olivier Matz > > --- > > > > v2: > > * remove rte_eal_mbuf_user_pool_ops from .map in next patch instead of this > > > > doc/guides/rel_notes/deprecation.rst | 9 --------- > > lib/librte_eal/bsdapp/eal/eal.c | 10 ---------- > > lib/librte_eal/common/include/rte_eal.h | 11 ----------- > > lib/librte_eal/linuxapp/eal/eal.c | 10 ---------- > > lib/librte_eal/rte_eal_version.map | 1 - > > 5 files changed, 41 deletions(-) > > Please bump ABI version and update the release notes. > Thanks Olivier, ping!