From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: v2 mempool: add stack (lifo) mempool handler Date: Thu, 19 May 2016 16:16:40 +0100 Message-ID: <573DD8D8.7030707@intel.com> References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> <1463669335-30378-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: olivier.matz@6wind.com To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A5F369AD7 for ; Thu, 19 May 2016 17:16:52 +0200 (CEST) In-Reply-To: <1463669335-30378-1-git-send-email-david.hunt@intel.com> 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" On 5/19/2016 3:48 PM, David Hunt wrote: > This patch set adds a fifo stack handler to the external mempool > manager. Apologies, cut and paste error, should be lifo stack handler. I thought I'd caught all of these... > This patch set depends on the 3 part external mempool handler > patch set (v5 of the series): > http://dpdk.org/ml/archives/dev/2016-May/039364.html > > v2 changes: > * updated based on mailing list feedback (Thanks Stephen) > * checkpatch fixes. > >