From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_reassembly: use pktmbuf to create pool Date: Sat, 14 Oct 2017 00:56:44 +0200 Message-ID: <2565051.ffd5k9Cc8i@xps> References: <1504690460-30616-1-git-send-email-hemant.agrawal@nxp.com> <1507814717-13306-1-git-send-email-hemant.agrawal@nxp.com> <2601191342CEEE43887BDE71AB9772585FAA8411@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: Hemant Agrawal , Ashish Jain Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DD6491B6FF for ; Sat, 14 Oct 2017 00:56:45 +0200 (CEST) In-Reply-To: <2601191342CEEE43887BDE71AB9772585FAA8411@IRSMSX103.ger.corp.intel.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" > > Use 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 else > > it may not work on implementation using the HW buffer pool > > > > Signed-off-by: Ashish Jain > > Acked-by: Konstantin Ananyev Applied, thanks