From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 640322A61 for ; Tue, 5 May 2015 17:11:28 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 05 May 2015 08:10:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,373,1427785200"; d="scan'208";a="705574409" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 05 May 2015 08:10:22 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.246]) by IRSMSX107.ger.corp.intel.com ([169.254.10.215]) with mapi id 14.03.0224.002; Tue, 5 May 2015 16:10:21 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 00/10] table: added table statistics Thread-Index: AQHQgz9ZxgsXSvSJyUS0Yr3B1PhTvZ1thIaA Date: Tue, 5 May 2015 15:10:20 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263235BB85@IRSMSX108.ger.corp.intel.com> References: <1430396078-968-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1430396078-968-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/10] table: added table statistics X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 15:11:28 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, April 30, 2015 1:14 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 00/10] table: added table statistics >=20 > From: Maciej Gajdzica >=20 > Added statistics for every type of table. By default all table statistics > are disabled, user must activate them in config file. >=20 > Maciej Gajdzica (10): > table: added structure for storing table stats > table: added acl table stats > table: added array table stats > table: added hash_ext table stats > table: added hash_key16 table stats > table: added hash_key32 table stats > table: added hash_key8 table stats > table: added hash_lru table stats > table: added lpm_ipv6 table stats > table: added lpm table stats >=20 > config/common_bsdapp | 9 ++++++ > config/common_linuxapp | 9 ++++++ > lib/librte_table/rte_table.h | 25 +++++++++++++++ > lib/librte_table/rte_table_acl.c | 35 +++++++++++++++++++++ > lib/librte_table/rte_table_array.c | 34 +++++++++++++++++++- > lib/librte_table/rte_table_hash_ext.c | 44 > ++++++++++++++++++++++++++ > lib/librte_table/rte_table_hash_key16.c | 41 > ++++++++++++++++++++++++ > lib/librte_table/rte_table_hash_key32.c | 41 > ++++++++++++++++++++++++ > lib/librte_table/rte_table_hash_key8.c | 52 > +++++++++++++++++++++++++++++++ > lib/librte_table/rte_table_hash_lru.c | 44 > ++++++++++++++++++++++++++ > lib/librte_table/rte_table_lpm.c | 34 ++++++++++++++++++++ > lib/librte_table/rte_table_lpm_ipv6.c | 34 ++++++++++++++++++++ > 12 files changed, 401 insertions(+), 1 deletion(-) >=20 > -- > 1.7.9.5 Acked by: Cristian Dumitrescu