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 23BCE2BF4 for ; Wed, 25 Apr 2018 10:45:08 +0200 (CEST) Received: from lfbn-lil-1-700-92.w81-254.abo.wanadoo.fr ([81.254.37.92] 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 1fBG37-0007ag-SC; Wed, 25 Apr 2018 10:45:15 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Wed, 25 Apr 2018 10:45:05 +0200 Date: Wed, 25 Apr 2018 10:45:05 +0200 From: Olivier Matz To: Andrew Rybchenko Cc: dev@dpdk.org, "Artem V. Andreev" Message-ID: <20180425084505.zmuca6xnselx457e@neon> References: <1511539591-20966-1-git-send-email-arybchenko@solarflare.com> <1523885610-20014-1-git-send-email-arybchenko@solarflare.com> <1523885610-20014-4-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523885610-20014-4-git-send-email-arybchenko@solarflare.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2 3/6] mempool: support block dequeue operation 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: Wed, 25 Apr 2018 08:45:08 -0000 On Mon, Apr 16, 2018 at 02:33:27PM +0100, Andrew Rybchenko wrote: > From: "Artem V. Andreev" > > If mempool manager supports object blocks (physically and virtual > contiguous set of objects), it is sufficient to get the first > object only and the function allows to avoid filling in of > information about each block member. > > Signed-off-by: Artem V. Andreev > Signed-off-by: Andrew Rybchenko Acked-by: Olivier Matz