From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] mbuf: remove experimental tag from pool ops functions Date: Mon, 25 Jun 2018 17:27:29 +0200 Message-ID: <20180625152729.2zx2fg2c35fxurbd@platinum> References: <1528179851-26589-1-git-send-email-hemant.agrawal@nxp.com> <20180611140720.GA23465@jerin> <0661870c-631f-e89e-87d8-d9b6aeb33992@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jerin Jacob , Hemant Agrawal , dev@dpdk.org To: santosh Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 60C1A49E1 for ; Mon, 25 Jun 2018 17:27:34 +0200 (CEST) Content-Disposition: inline In-Reply-To: <0661870c-631f-e89e-87d8-d9b6aeb33992@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jun 11, 2018 at 07:49:37PM +0530, santosh wrote: > > On Monday 11 June 2018 07:37 PM, Jerin Jacob wrote: > > -----Original Message----- > >> Date: Tue, 5 Jun 2018 11:54:11 +0530 > >> From: Hemant Agrawal > >> To: dev@dpdk.org > >> CC: olivier.matz@6wind.com, santosh.shukla@caviumnetworks.com, Hemant > >> Agrawal > >> Subject: [dpdk-dev] [PATCH] mbuf: remove experimental tag from pool ops > >> functions > >> X-Mailer: git-send-email 2.7.4 > >> > >> Signed-off-by: Hemant Agrawal > > Acked-by: Santosh Shukla Shouldn't we add something in doc/guides/rel_notes/release_18_08.rst, like it's done for instance in 60df5711972e ("service: remove experimental tags")? Apart from this, Acked-by: Olivier Matz By the way I'm preparing a patch to remove rte_eal_mbuf_default_mempool_ops() which is deprecated and remove experimental tag from rte_eal_mbuf_user_pool_ops().