From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Laatz, Kevin" Subject: Re: [PATCH] event/sw: move stats code for better cache access Date: Wed, 14 Mar 2018 13:14:10 +0000 Message-ID: References: <1519762639-78328-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, harry.van.haaren@intel.com To: Vipin Varghese Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id DA06F5681 for ; Wed, 14 Mar 2018 14:14:14 +0100 (CET) In-Reply-To: <1519762639-78328-1-git-send-email-vipin.varghese@intel.com> 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 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