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 3EA425690 for ; Wed, 9 Mar 2016 17:44:09 +0100 (CET) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1adhEy-00064k-KW for dev@dpdk.org; Wed, 09 Mar 2016 17:45:41 +0100 To: dev@dpdk.org References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> From: Olivier MATZ Message-ID: <56E052D1.7060906@6wind.com> Date: Wed, 9 Mar 2016 17:44:01 +0100 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: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC 00/35] mempool: rework memory allocation 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: Wed, 09 Mar 2016 16:44:09 -0000 On 03/09/2016 05:19 PM, Olivier Matz wrote: > This series is a rework of mempool. > > [...] I forgot to mention that this series applies on top of Keith's patch, which is also planned for 16.07: http://www.dpdk.org/dev/patchwork/patch/10492/ Olivier