From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/2] mempool: add stack mempool handler Date: Fri, 01 Jul 2016 12:41:51 +0200 Message-ID: <2557431.fyJjpVRCBO@xps13> References: <1467309909-123881-1-git-send-email-david.hunt@intel.com> <1467359183-5948-1-git-send-email-david.hunt@intel.com> <265bd16d-beb8-8c6d-fa9e-49ae02bcc4e0@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ , viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com To: David Hunt Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 90082CE7 for ; Fri, 1 Jul 2016 12:43:55 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f126so21146244wma.1 for ; Fri, 01 Jul 2016 03:43:55 -0700 (PDT) In-Reply-To: <265bd16d-beb8-8c6d-fa9e-49ae02bcc4e0@6wind.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" > > David Hunt (2) > > mempool: add stack (lifo) mempool handler > > test: migrate custom handler test to stack handler > > Acked-by: Olivier Matz Applied, thanks