From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 1/2] drivers/mempool: add stack mempool handler as driver Date: Mon, 27 Mar 2017 09:22:49 +0200 Message-ID: <20170327092249.63b912cf@platinum> References: <1490004190-16892-1-git-send-email-shreyansh.jain@nxp.com> <20170324172227.5bdfac8c@platinum> <452b48e9-c94e-954e-6692-94692f456dfb@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-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id BB32FF965 for ; Mon, 27 Mar 2017 09:23:07 +0200 (CEST) Received: by mail-wr0-f178.google.com with SMTP id u1so41938437wra.2 for ; Mon, 27 Mar 2017 00:23:07 -0700 (PDT) In-Reply-To: <452b48e9-c94e-954e-6692-94692f456dfb@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" Hi Shreyansh, [...] > > Also, the MAINTAINERS file should be updated. > > Yes, that is something I thought of updating but left it out before > sending the patch. > One confirmation: I assume that maintainers need to be added with > "drivers/mempool/ring" and "drivers/mempool/stack" folders. > Who should be marked as maintainer - You (because of existing > lib/librte_mempool ownership) or I (because I have moved the code from > lib/librte_mempool)? > > I think it would continue to be you but wanted to take your > confirmation before adding the lines. Yes, I'll continue to maintain ring and stack handlers. Thanks Olivier