From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] mbuf: use pktmbuf helper to create the pool Date: Wed, 15 Mar 2017 13:57:46 +0100 Message-ID: <2434694.Subkt9ayaH@xps13> References: <1487109616-28153-1-git-send-email-hemant.agrawal@nxp.com> <1489482880-21972-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz , hemant.agrawal@nxp.com Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D5853214A for ; Wed, 15 Mar 2017 13:57:47 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id n11so22291457wma.0 for ; Wed, 15 Mar 2017 05:57:47 -0700 (PDT) In-Reply-To: <1489482880-21972-1-git-send-email-olivier.matz@6wind.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" 2017-03-14 10:14, Olivier Matz: > From: Hemant Agrawal > > When possible, replace the uses of rte_mempool_create() with > the helper provided in librte_mbuf: rte_pktmbuf_pool_create(). > > This is the preferred way to create a mbuf pool. > > This also updates the documentation. > > Signed-off-by: Olivier Matz > Signed-off-by: Hemant Agrawal > Acked-by: Olivier Matz > > --- > > Hi Hemant, > > I noticed I did not ack this patch. I just rebased it on top > of master branch (app/test was moved). Applied, thanks