From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] pipeline: add statistics for librte_pipeline ports and tables Date: Mon, 18 May 2015 13:01:31 +0200 Message-ID: <5383811.jFa36Ozyeg@xps13> References: <1430396143-10936-1-git-send-email-michalx.k.jastrzebski@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263235BBA3@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: Pawel Wodkowski Return-path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id F047BC31A for ; Mon, 18 May 2015 14:29:32 +0200 (CEST) Received: by wgjc11 with SMTP id c11so24935503wgj.0 for ; Mon, 18 May 2015 05:29:32 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263235BBA3@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" 2015-05-05 15:11, Dumitrescu, Cristian: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > > From: Pawel Wodkowski > > > > This patch adds statistics collection for librte_pipeline. > > Those statistics ale disabled by default during build time. > > > > Signed-off-by: Pawel Wodkowski > > --- > > config/common_bsdapp | 1 + > > config/common_linuxapp | 1 + [...] > > # Compile librte_pipeline > > # > > CONFIG_RTE_LIBRTE_PIPELINE=y > > +CONFIG_RTE_PIPELINE_STATS_COLLECT=n [...] > > Acked by: Cristian Dumitrescu Nack because of new config option. The same problem appear for all series related to packet framework.