From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH 1/2] mempool: add stack (fifo) mempool handler Date: Thu, 19 May 2016 16:21:16 +0100 Message-ID: <573DD9EC.1020502@intel.com> References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> <1462472982-49782-2-git-send-email-david.hunt@intel.com> <20160505142835.7df35079@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: olivier.matz@6wind.com, dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A77439603 for ; Thu, 19 May 2016 17:21:18 +0200 (CEST) In-Reply-To: <20160505142835.7df35079@xeon-e3> 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/5/2016 10:28 PM, Stephen Hemminger wrote: > Overall, this is ok, but why can't it be the default? Backward compatibility would probably be the main reason, to have the least impact when recompiling. > Lots of little things should be cleaned up I've submitted a v2, and addressed all your issues. Thanks for the review. Regards, Dave. --snip---