From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] event/sw: move stats code for better cache access Date: Tue, 20 Mar 2018 11:18:50 +0530 Message-ID: <20180320054849.GB6251@jerin> References: <1519762639-78328-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Vipin Varghese , dev@dpdk.org, harry.van.haaren@intel.com To: "Laatz, Kevin" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0082.outbound.protection.outlook.com [104.47.42.82]) by dpdk.org (Postfix) with ESMTP id 3CD515F21 for ; Tue, 20 Mar 2018 06:49:11 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 14 Mar 2018 13:14:10 +0000 > From: "Laatz, Kevin" > To: Vipin Varghese > CC: dev@dpdk.org, harry.van.haaren@intel.com > Subject: Re: [dpdk-dev] [PATCH] event/sw: move stats code for better cache > access > User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 > Thunderbird/52.6.0 > > > > On 27/02/2018 20:17, Vipin Varghese wrote: > > variables 'out_pkts_total' and 'out_pkts_total' will be in registers. > > Hence shifting the code after the loop, helps the update from registers. > > > > Signed-off-by: Vipin Varghese > > <...> > > Acked-by: Kevin Laatz Applied to dpdk-next-eventdev/master. Thanks. > >