From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: mempool: add stack mempool handler Date: Mon, 20 Jun 2016 14:08:09 +0100 Message-ID: <1466428091-115821-1-git-send-email-david.hunt@intel.com> References: <1463669335-30378-1-git-send-email-david.hunt@intel.com> Cc: olivier.matz@6wind.com, viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CBAD72BD8 for ; Mon, 20 Jun 2016 15:09:56 +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" This patch set adds a lifo stack handler to the external mempool manager. This patch set depends on the 3 part external mempool handler patch set (v15 of the series): http://dpdk.org/ml/archives/dev/2016-June/042004.html v3 changes: * Updated based on the latest version (v15) of the Mempool Handler feature v2 changes: * updated based on mailing list feedback (Thanks Stephen) * checkpatch fixes. David Hunt (2) mempool: add stack (lifo) mempool handler test: add autotest for external mempool stack handler