From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9E95B9AE8 for ; Tue, 10 May 2016 14:41:20 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 10 May 2016 05:41:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,604,1455004800"; d="scan'208";a="949928202" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 10 May 2016 05:39:52 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.120]) by irsmsx110.ger.corp.intel.com ([169.254.15.57]) with mapi id 14.03.0248.002; Tue, 10 May 2016 13:39:18 +0100 From: "Pattan, Reshma" To: Jerin Jacob , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Richardson, Bruce" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 0/2] l2fwd improvements Thread-Index: AQHRmh77xnG/nZPp20q7S+pJ/Fub55+yPTQw Date: Tue, 10 May 2016 12:39:17 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F01024F95@IRSMSX109.ger.corp.intel.com> References: <1461058528-28435-1-git-send-email-jerin.jacob@caviumnetworks.com> In-Reply-To: <1461058528-28435-1-git-send-email-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjg2NTc4NjYtNjJiZC00ZDc3LWEzN2EtNzM2YTM2MzIzYjg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InJjaGd2VzAxQktjUmVHVVZRWVJkc3ZCZ2xFNVRVeGJ5b0VjRndcL2V0SXNnPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] l2fwd improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2016 12:41:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, April 19, 2016 10:35 AM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Richardson, Bruce > ; De Lara Guarch, Pablo > ; Jerin Jacob > > Subject: [dpdk-dev] [PATCH 0/2] l2fwd improvements >=20 >=20 > Jerin Jacob (2): > examples/l2fwd: remove number of cycles per second hardcording > examples/l2fwd: increase mempool cache size for better performance >=20 > examples/l2fwd/main.c | 23 ++++++++++++++--------- > 1 file changed, 14 insertions(+), 9 deletions(-) >=20 > -- > 2.1.0 Looks ok, small typo in patch 1 subject line "hardcoding" Acked-by: Reshma Pattan