From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 05 May 2016 11:29:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,583,1455004800"; d="scan'208";a="799726898" Received: from sie-lab-214-251.ir.intel.com (HELO silpixa373510.ir.intel.com) ([10.237.214.251]) by orsmga003.jf.intel.com with ESMTP; 05 May 2016 11:29:49 -0700 From: David Hunt To: olivier.matz@6wind.com Cc: dev@dpdk.org, David Hunt Date: Thu, 5 May 2016 19:29:40 +0100 Message-Id: <1462472982-49782-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/2] mempool: add stack (fifo) 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, 05 May 2016 18:30:20 -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 (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