From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: v2 mempool: add stack (lifo) mempool handler Date: Thu, 19 May 2016 15:48:52 +0100 Message-ID: <1463669335-30378-1-git-send-email-david.hunt@intel.com> References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> Cc: olivier.matz@6wind.com To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EE0BFAD8F for ; Thu, 19 May 2016 16:50:59 +0200 (CEST) In-Reply-To: <1462472982-49782-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" This patch set adds a fifo stack handler to the external mempool manager. 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.