From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 02/10] table: added acl table stats Date: Mon, 18 May 2015 12:57:04 +0200 Message-ID: <2594659.2akePZDXml@xps13> References: <1430396078-968-1-git-send-email-michalx.k.jastrzebski@intel.com> <1430396078-968-3-git-send-email-michalx.k.jastrzebski@intel.com> <20150430085522.01e86f3d@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maciej Gajdzica Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id C454EC348 for ; Mon, 18 May 2015 14:29:36 +0200 (CEST) Received: by wibt6 with SMTP id t6so67694707wib.0 for ; Mon, 18 May 2015 05:29:36 -0700 (PDT) In-Reply-To: <20150430085522.01e86f3d@urahara> 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" 2015-04-30 08:55, Stephen Hemminger: > > From: Maciej Gajdzica > > > > Added statistics for ACL table. > > > > Signed-off-by: Maciej Gajdzica > > --- > > config/common_bsdapp | 1 + > > config/common_linuxapp | 1 + [...] > > # Compile librte_table > > # > > CONFIG_RTE_LIBRTE_TABLE=y > > +CONFIG_RTE_TABLE_ACL_STATS_COLLECT=n > > Sigh. More config options does not make DPDK better. > It makes more unsupportable for distros +1 It is the same comment as for port statistics. Please stop trying to add new config options.