From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8CA0120BA4; Fri, 13 Oct 2017 18:56:45 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 13 Oct 2017 18:56:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=/spGpoHttjz8qfdRTwsnZ0PL7A 3XR9xlwSjx5lPHqVQ=; b=RLaa/yyV90uVoMxyRXwGD/sb5VNr5N4UK/r5ZvjtD/ FWVpCmg6inuml6sMrnJmOJB/EpFxIpvInYAm/rO6FGGN3uxRiUzGrAJuxix9I/fU PT1eKXbQAkkbIccZXWonciuVT6CUka51HkDh4UdSs5Y/9FILd7nxrq2cZCqW6iY3 I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=/spGpo Httjz8qfdRTwsnZ0PL7A3XR9xlwSjx5lPHqVQ=; b=BxDiY4CymVPlpfOBCjzcGX DfJtHnntEO83uxhOyy1cYxtNv6H/SUiSy4cc5jhuTo8IWUgZ/sxa9XoRZkNEmpB2 G4GaRFS6d8QyQHO8Xwm4vzG1KfmQqZxoNz1ES6l3qo/XHY0q53Jj29brjvowdBR1 RKFgiV7dmMUB4Jl4el/Lt8Y3SL7tDlArSIVjvSvQsc/6q2fLymNkVdXuJgdSL6Z1 zN4V3bX//XEEMpIhBTaZrojEFzVTGI94ZqstVD33eG5vUSrrDiZEy4H6WNW4fcdJ 6sYtEXmXsbAUUVpBDtR5RIrXkVFO4C6Z4AcL7zrm6fwQsYrTH/DesrjkhBvHv4iA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 399807F3AB; Fri, 13 Oct 2017 18:56:45 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal , Ashish Jain Cc: dev@dpdk.org, "Ananyev, Konstantin" Date: Sat, 14 Oct 2017 00:56:44 +0200 Message-ID: <2565051.ffd5k9Cc8i@xps> In-Reply-To: <2601191342CEEE43887BDE71AB9772585FAA8411@IRSMSX103.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/ip_reassembly: use pktmbuf to create pool X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 22:56:46 -0000 > > 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