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 9C302AAD3 for ; Thu, 19 Apr 2018 18:43:18 +0200 (CEST) Received: from alille-654-1-86-209.w90-58.abo.wanadoo.fr ([90.58.125.209] 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 1f9CeW-0001L6-UQ; Thu, 19 Apr 2018 18:43:23 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Thu, 19 Apr 2018 18:43:15 +0200 Date: Thu, 19 Apr 2018 18:43:15 +0200 From: Olivier Matz To: Andrew Rybchenko Cc: dev@dpdk.org Message-ID: <20180419164315.wglfbhx62ftpf2ip@platinum> References: <1516713372-10572-1-git-send-email-arybchenko@solarflare.com> <1522080779-25472-1-git-send-email-arybchenko@solarflare.com> <1522080779-25472-7-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1522080779-25472-7-git-send-email-arybchenko@solarflare.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v1 6/6] doc: advertise bucket mempool driver 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: Thu, 19 Apr 2018 16:43:18 -0000 On Mon, Mar 26, 2018 at 05:12:59PM +0100, Andrew Rybchenko wrote: > Signed-off-by: Andrew Rybchenko > --- > doc/guides/rel_notes/release_18_05.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst > index 016c4ed..c578364 100644 > --- a/doc/guides/rel_notes/release_18_05.rst > +++ b/doc/guides/rel_notes/release_18_05.rst > @@ -52,6 +52,15 @@ New Features > * Added support for NVGRE, VXLAN and GENEVE filters in flow API. > * Added support for DROP action in flow API. > > +* **Added bucket mempool driver.** > + > + Added bucket mempool driver which provide a way to allocate contiguous provides :) > + block of objects. > + Number of objects in the block depends on how many objects fit in > + RTE_DRIVER_MEMPOOL_BUCKET_SIZE_KB memory chunk which is build time option. > + The number may be obtained using rte_mempool_ops_get_info() API. > + Contiguous blocks may be allocated using rte_mempool_get_contig_blocks() API. > +