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, 26 Mar 2019 08:43:19 +0000 Message-ID: <3a9f9acf-77f2-6a44-3f7b-1b03d722342b@intel.com> References: <20190228194128.14236-1-pbhagavatula@marvell.com> <20190301134700.8220-1-pbhagavatula@marvell.com> <24fd2d36-5dac-a8ac-fa3f-e93c77a8d62d@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "Han, YingyaX" To: Pavan Nikhilesh Bhagavatula , "jingjing.wu@intel.com" , "bernard.iremonger@intel.com" , "arybchenko@solarflare.com" , "wenzhuo.lu@intel.com" , Jerin Jacob Kollanukkaran Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9161F2BFA for ; Tue, 26 Mar 2019 09:43:23 +0100 (CET) In-Reply-To: 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/20/2019 4:53 AM, Pavan Nikhilesh Bhagavatula wrote: > On Tue, 2019-03-19 at 16:48 +0000, Ferruh Yigit wrote: >> 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? > > We are seeing approximately 500% improvement with the patch on > octeontx2. %500 is interesting. btw, Intel also confirmed the improvement: Tested-by: Yingya Han > >> >> cc'ed maintainers. >> >>> Suggested-by: Andrew Rybchenko >>> Signed-off-by: Pavan Nikhilesh >> >> <...> >> > >