From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 01D668DA0 for ; Tue, 14 Jun 2016 14:32:22 +0200 (CEST) Received: from [10.16.0.195] (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id CEE7926B4C; Tue, 14 Jun 2016 14:32:21 +0200 (CEST) To: David Hunt , dev@dpdk.org References: <1465571806-22008-1-git-send-email-david.hunt@intel.com> <1465897575-37638-1-git-send-email-david.hunt@intel.com> Cc: viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com From: Olivier MATZ Message-ID: <575FF956.7010303@6wind.com> Date: Tue, 14 Jun 2016 14:32:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1465897575-37638-1-git-send-email-david.hunt@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v10 0/3] mempool: add external mempool manager X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 12:32:22 -0000 On 06/14/2016 11:46 AM, David Hunt wrote: > Here's the latest version of the External Mempool Manager patchset. > It's re-based on top of the latest head as of 14/6/2016, including > Olivier's 35-part patch series on mempool re-org [1] > > [1] http://dpdk.org/ml/archives/dev/2016-May/039229.html Thanks David for working on this! Series Acked-by: Olivier Matz