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 EBFDC9E3 for ; Fri, 31 Mar 2017 19:53:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490982794; x=1522518794; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=wS8qhE5ccanzkdfdqFd7xNIZXtsrQPZgQy/g/sO26yc=; b=pgn1U4+ouAeSgWNNlPcyf8aL+GKwfKg53hT3B278jGW0Po8gEVzCr6tr EXw0X+DM9iLN9Zpt+2Aikel4aY3/1w==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 10:53:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="840501127" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 31 Mar 2017 10:53:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Fri, 31 Mar 2017 18:53:11 +0100 From: "Dumitrescu, Cristian" To: Aleksey Katargin CC: "dev@dpdk.org" Thread-Topic: [PATCH] table: fix hash_ext stats update Thread-Index: AQHSmjrxP1LYehNZoEyxeqoUxD9uXKGvWY1w Date: Fri, 31 Mar 2017 17:53:10 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891265278489C@IRSMSX108.ger.corp.intel.com> References: <1489218086-4250-1-git-send-email-gureedo@gmail.com> In-Reply-To: <1489218086-4250-1-git-send-email-gureedo@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWFlOGJlM2QtMWE4MC00ZDQ1LTljODEtYWMzZDY3Mzg3M2Y2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImtQU3YySjZrc0FObUQ2YnRCcXpsZEh3d1kwaXhzT0RobjF1Y05Fb1I2Y2M9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] table: fix hash_ext stats update 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: Fri, 31 Mar 2017 17:53:14 -0000 > -----Original Message----- > From: Aleksey Katargin [mailto:gureedo@gmail.com] > Sent: Saturday, March 11, 2017 7:41 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH] table: fix hash_ext stats update >=20 > Fixed stats double update. >=20 > Signed-off-by: Aleksey Katargin > --- Thanks, Aleksey! BTW the " rte_table_hash_lru.c " suffers from the same sym= ptoms, so a patch to fix this one would also be highly appreciated :) Ack-ed by: Cristian Dumitrescu