From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2016 06:09:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,498,1459839600"; d="scan'208";a="1001534715" Received: from sie-lab-214-251.ir.intel.com (HELO silpixa373510.ir.intel.com) ([10.237.214.251]) by orsmga002.jf.intel.com with ESMTP; 20 Jun 2016 06:09:53 -0700 From: David Hunt To: dev@dpdk.org Cc: olivier.matz@6wind.com, viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com Date: Mon, 20 Jun 2016 14:08:09 +0100 Message-Id: <1466428091-115821-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1463669335-30378-1-git-send-email-david.hunt@intel.com> References: <1463669335-30378-1-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] mempool: add stack 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: Mon, 20 Jun 2016 13:09:57 -0000 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