From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v3 3/3] mempool: introduce stack mempool driver Date: Fri, 31 Mar 2017 15:50:00 +0200 Message-ID: <20170331155000.02a859bb@platinum> References: <11490938158-936-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-3-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , To: Shreyansh Jain Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 8B26D2BB0 for ; Fri, 31 Mar 2017 15:50:03 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id w43so106855050wrb.0 for ; Fri, 31 Mar 2017 06:50:03 -0700 (PDT) In-Reply-To: <1490938537-1177-3-git-send-email-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 31 Mar 2017 11:05:37 +0530, Shreyansh Jain wrote: > Moved from lib/librte_mempool, stack mempool handler is an independent > driver. > Shared builds would now require to link in librte_mempool_stack for > "stack" mempool handler. > > Signed-off-by: Shreyansh Jain Acked-by: Olivier Matz