From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 73D21C5BA for ; Tue, 23 Jun 2015 12:28:32 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 23 Jun 2015 03:28:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,665,1427785200"; d="scan'208";a="732886455" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2015 03:28:30 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Tue, 23 Jun 2015 11:27:50 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 00/11] table: added table statistics Thread-Index: AQHQqnqz9/wRFVXXJkm4isWyUpa6Tp256VGw Date: Tue, 23 Jun 2015 10:27:49 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263238F3CF@IRSMSX108.ger.corp.intel.com> References: <1434709724-4574-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1434709724-4574-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v5 00/11] 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, 23 Jun 2015 10:28:33 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, June 19, 2015 11:29 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5 00/11] table: added table statistics >=20 > Added statistics for every type of table. By default all table statistics > are disabled, user must activate them in config file. >=20 > Changes in v5: > - added missing CONFIG_ prefix to defines in config files > - added stub table stats >=20 Acked-by: Cristian Dumitrescu