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 CEED45A0C for ; Mon, 8 Jun 2015 21:07:29 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 08 Jun 2015 12:05:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,574,1427785200"; d="scan'208";a="707434805" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 08 Jun 2015 12:05:48 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by IRSMSX107.ger.corp.intel.com ([169.254.10.94]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 20:05:47 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 00/10] table: added table statistics Thread-Index: AQHQofzSPlMRswfRoUK/IeR5RRswaJ2i+Afw Date: Mon, 8 Jun 2015 19:05:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912632373AEB@IRSMSX108.ger.corp.intel.com> References: <1433775616-6896-1-git-send-email-michalx.k.jastrzebski@intel.com> <1433775616-6896-15-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1433775616-6896-15-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 v4 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: Mon, 08 Jun 2015 19:07:30 -0000 > Added statistics for every type of table. By default all table statistics > are disabled, user must activate them in config file. >=20 > Changes in v4: > - created single config option for all table statistics Acked-by: Cristian Dumitrescu