From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 19 May 2016 07:49:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,334,1459839600"; d="scan'208";a="984604055" Received: from sie-lab-214-251.ir.intel.com (HELO silpixa373510.ir.intel.com) ([10.237.214.251]) by fmsmga002.fm.intel.com with ESMTP; 19 May 2016 07:49:00 -0700 From: David Hunt To: dev@dpdk.org Cc: olivier.matz@6wind.com Date: Thu, 19 May 2016 15:48:52 +0100 Message-Id: <1463669335-30378-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1462472982-49782-1-git-send-email-david.hunt@intel.com> References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] v2 mempool: add stack (lifo) 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: Thu, 19 May 2016 14:51:00 -0000 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.