From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 502545681 for ; Wed, 14 Mar 2018 14:16: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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 06:16:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,470,1515484800"; d="scan'208";a="24592878" 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:16:12 -0700 From: "Laatz, Kevin" To: Vipin Varghese Cc: dev@dpdk.org, harry.van.haaren@intel.com References: <1519765822-133853-1-git-send-email-vipin.varghese@intel.com> Message-ID: <386c08fc-9b22-3fcc-fe7e-683d093db273@intel.com> Date: Wed, 14 Mar 2018 13:16:11 +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: <1519765822-133853-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: code refractor for counter set 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:16:14 -0000 On 27/02/2018 21:10, Vipin Varghese wrote: > Counter variable 'out_pkts' had been set to 0, then updated. Current > code change elimates double assignment to direct assignment. > > Signed-off-by: Vipin Varghese > <...> Acked-by: Kevin Laatz