From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH 0/2] mempool: add stack (fifo) mempool handler Date: Fri, 6 May 2016 16:02:30 -0700 Message-ID: <572D2286.2000203@intel.com> References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> <68b60537-9523-22a7-e0d2-da9f7790f5a6@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: "Tan, Jianfeng" , olivier.matz@6wind.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7EE735592 for ; Sat, 7 May 2016 01:02:32 +0200 (CEST) In-Reply-To: <68b60537-9523-22a7-e0d2-da9f7790f5a6@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/6/2016 1:34 AM, Tan, Jianfeng wrote: > Hi David, > > > On 5/6/2016 2:29 AM, David Hunt wrote: >> This patch set adds a fifo stack handler to the external mempool >> manager. > > Just a minor confusion for me. Usually, we refer stack as LIFO and > queue as FIFO. So is there any particular reason why we call "stack > (fifo)" here? > > Thanks, > Jianfeng Jianfeng, You are correct. That is a typo. It should read LIFO. Regards, Dave.