From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v1 6/6] doc: advertise bucket mempool driver Date: Thu, 19 Apr 2018 18:43:15 +0200 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 Cc: dev@dpdk.org To: Andrew Rybchenko 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) Content-Disposition: inline In-Reply-To: <1522080779-25472-7-git-send-email-arybchenko@solarflare.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, 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. > +