From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 1/4] app/testpmd: move eth header generation outside the loop Date: Thu, 4 Apr 2019 17:23:58 +0100 Message-ID: <7c873381-aa69-56cb-db97-c790f3767597@intel.com> References: <20190228194128.14236-1-pbhagavatula@marvell.com> <20190402095255.848-1-pbhagavatula@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Pavan Nikhilesh Bhagavatula , Jerin Jacob Kollanukkaran , "thomas@monjalon.net" , "arybchenko@solarflare.com" , "alialnu@mellanox.com" , "dev@dpdk.org" To: "bernard.iremonger@intel.com" , Jingjing Wu , Wenzhuo Lu Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E357B1B275 for ; Thu, 4 Apr 2019 18:24:01 +0200 (CEST) In-Reply-To: <20190402095255.848-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 4/2/2019 10:53 AM, Pavan Nikhilesh Bhagavatula wrote: > From: Pavan Nikhilesh > > Testpmd txonly copies the src/dst mac address of the port being > processed to ethernet header structure on the stack for every packet. > Move it outside the loop and reuse it. > > Signed-off-by: Pavan Nikhilesh Hi Bernard, Jingjing, Wenzhuo, Can you please check this testpmd patchset? Thanks, ferruh