From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/11] table: added table statistics Date: Tue, 23 Jun 2015 23:04:19 +0200 Message-ID: <2654798.3U6xYaDHVO@xps13> References: <1434709724-4574-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263238F3CF@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Gajdzica, MaciejX T" Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id D7ADBC76C for ; Tue, 23 Jun 2015 23:05:25 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so28575366wic.0 for ; Tue, 23 Jun 2015 14:05:25 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263238F3CF@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Added statistics for every type of table. By default all table statistics > > are disabled, user must activate them in config file. > > > > Changes in v5: > > - added missing CONFIG_ prefix to defines in config files > > - added stub table stats > > Acked-by: Cristian Dumitrescu Applied, thanks