From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v3 2/3] mempool: introduce ring mempool driver Date: Fri, 31 Mar 2017 15:49:45 +0200 Message-ID: <20170331154945.5826d98e@platinum> References: <11490938158-936-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-2-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-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id 575662BB0 for ; Fri, 31 Mar 2017 15:49:48 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id k6so101818901wre.2 for ; Fri, 31 Mar 2017 06:49:48 -0700 (PDT) In-Reply-To: <1490938537-1177-2-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:36 +0530, Shreyansh Jain wrote: > Moved from lib/librte_mempool, ring mempool is now an independent > driver. > Shared builds would now need to add librte_mempool_ring for: > * ring_mp_mc > * ring_sp_sc > * ring_sp_mc > * ring_mp_sc > > Signed-off-by: Shreyansh Jain Acked-by: Olivier Matz