From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] mempool: fix comments for mempool create functions Date: Tue, 04 Oct 2016 11:18:26 +0200 Message-ID: <61482931.ESO0zE8ERK@xps13> References: <20160920161708.9707-1-ferruh.yigit@intel.com> <20160928135929.4917-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: Ferruh Yigit Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 5C60A2BFF for ; Tue, 4 Oct 2016 11:18:28 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id b201so131929924wmb.0 for ; Tue, 04 Oct 2016 02:18:28 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-03 17:06, Olivier Matz: > On 09/28/2016 03:59 PM, Ferruh Yigit wrote: > > Fixes: 85226f9c526b ("mempool: introduce a function to create an empty pool") > > Fixes: d1d914ebbc25 ("mempool: allocate in several memory chunks by default") > > > > Signed-off-by: Ferruh Yigit > > Series: > Acked-by: Olivier Matz Applied, thanks