From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from rsa59-2-82-233-193-189.fbx.proxad.net ([82.233.193.189] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fXTPN-0001rO-SJ; Mon, 25 Jun 2018 17:28:03 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 25 Jun 2018 17:27:29 +0200 Date: Mon, 25 Jun 2018 17:27:29 +0200 From: Olivier Matz To: santosh Cc: Jerin Jacob , Hemant Agrawal , dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <0661870c-631f-e89e-87d8-d9b6aeb33992@caviumnetworks.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] mbuf: remove experimental tag from pool ops 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: Mon, 25 Jun 2018 15:27:34 -0000 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().