From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 06:14:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,470,1515484800"; d="scan'208";a="24592560" Received: from klaatz-mobl.ger.corp.intel.com (HELO [10.237.220.60]) ([10.237.220.60]) by orsmga007.jf.intel.com with ESMTP; 14 Mar 2018 06:14:11 -0700 From: "Laatz, Kevin" To: Vipin Varghese Cc: dev@dpdk.org, harry.van.haaren@intel.com References: <1519762639-78328-1-git-send-email-vipin.varghese@intel.com> Message-ID: Date: Wed, 14 Mar 2018 13:14:10 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519762639-78328-1-git-send-email-vipin.varghese@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] event/sw: move stats code for better cache access X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 13:14:15 -0000 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