From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] table: fix hash_ext stats update Date: Fri, 21 Apr 2017 01:30:09 +0200 Message-ID: <4514346.7n3aktU7Kf@xps> References: <1489218086-4250-1-git-send-email-gureedo@gmail.com> <3EB4FA525960D640B5BDFFD6A3D891265278489C@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Aleksey Katargin Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 11232DE0 for ; Fri, 21 Apr 2017 01:30:11 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891265278489C@IRSMSX108.ger.corp.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" > > Fixed stats double update. > > > > Signed-off-by: Aleksey Katargin > > --- > > Thanks, Aleksey! BTW the " rte_table_hash_lru.c " suffers from the same > symptoms, so a patch to fix this one would also be highly appreciated :) > > Ack-ed by: Cristian Dumitrescu Applied, thanks