From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] app/testpmd: add mempool bulk get for txonly mode Date: Tue, 19 Mar 2019 16:48:14 +0000 Message-ID: <24fd2d36-5dac-a8ac-fa3f-e93c77a8d62d@intel.com> References: <20190228194128.14236-1-pbhagavatula@marvell.com> <20190301134700.8220-1-pbhagavatula@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Pavan Nikhilesh Bhagavatula , Jerin Jacob Kollanukkaran , "arybchenko@solarflare.com" , "bernard.iremonger@intel.com" , Wenzhuo Lu , Jingjing Wu Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 91B4411A4 for ; Tue, 19 Mar 2019 17:48:18 +0100 (CET) In-Reply-To: <20190301134700.8220-1-pbhagavatula@marvell.com> Content-Language: en-US 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 3/1/2019 1:47 PM, Pavan Nikhilesh Bhagavatula wrote: > From: Pavan Nikhilesh > > Use mempool bulk get ops to alloc burst of packets and process them. > If bulk get fails fallback to rte_mbuf_raw_alloc. I assume the motivation is performance improvement, do you have the numbers before and after this patch? cc'ed maintainers. > > Suggested-by: Andrew Rybchenko > Signed-off-by: Pavan Nikhilesh <...>