From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH 0/2] mempool: add stack (fifo) mempool handler Date: Thu, 5 May 2016 19:29:40 +0100 Message-ID: <1462472982-49782-1-git-send-email-david.hunt@intel.com> Cc: dev@dpdk.org, David Hunt To: olivier.matz@6wind.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8117A5953 for ; Thu, 5 May 2016 20:30:19 +0200 (CEST) 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 (v4 of the series): http://dpdk.org/dev/patchwork/patch/12077/ which depends on the 36 part patch set for mempool rework http://dpdk.org/dev/patchwork/patch/12038/ David Hunt (2): mempool: add stack (fifo) mempool handler test: add autotest for external mempool stack handler app/test/test_mempool.c | 26 ++++++ lib/librte_mempool/Makefile | 1 + lib/librte_mempool/rte_mempool_stack.c | 154 +++++++++++++++++++++++++++++++++ 3 files changed, 181 insertions(+) create mode 100644 lib/librte_mempool/rte_mempool_stack.c -- 2.5.5