From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 19 May 2016 08:16:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,334,1459839600"; d="scan'208";a="705764900" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.220.72]) ([10.237.220.72]) by FMSMGA003.fm.intel.com with ESMTP; 19 May 2016 08:16:41 -0700 To: dev@dpdk.org References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> <1463669335-30378-1-git-send-email-david.hunt@intel.com> Cc: olivier.matz@6wind.com From: "Hunt, David" Message-ID: <573DD8D8.7030707@intel.com> Date: Thu, 19 May 2016 16:16:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1463669335-30378-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] v2 mempool: add stack (lifo) mempool handler 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: Thu, 19 May 2016 15:16:53 -0000 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. > >