From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4RkaSAcNaQ7H/N/qCXxT9AO8DpEEU1p9zxLLo04IYOs=; b=I8eyk5IzpA1FwrUyem0bSczoN+JvtA2xvnbFlcTxI4Yjyphm5JR8xJRh6j58voJTnh MmHMH0KxuBbgUpcnrGoFfOosRONTF55GQALDzNhpzh/62zstgka1/FvtlPdB/WL8FO7l Et2rVHi0gVlyOxyu7gut8m0Ml8mOa6QXb6p8aIXyOqJcU63vab7FcdlCq9SL9PT5E21c 4wjY56TV8GUFSO8QreFbyW6RJtdxT7ZXbXBLTt/0lWliTtyoUPY5xxMHx19fwL6PkL7W C2pmbI7pFG6cQSBXsuvdTfHTlroRnp/bn0NgncOHMNZHQ9McunHxEWCMaUDf/vA6L3Hk XuZw== X-Gm-Message-State: ALoCoQmn/d9q2i2Xk4SQwleA1D+6+xMAnovjrNFpbL/mb+eWTC+HSjlXK2KUIkPLm4HtnGy6uof8 X-Received: by 10.194.187.170 with SMTP id ft10mr21968148wjc.26.1431952172866; Mon, 18 May 2015 05:29:32 -0700 (PDT) Received: from xps13.localnet (60.26.90.92.rev.sfr.net. [92.90.26.60]) by mx.google.com with ESMTPSA id r9sm16689727wjo.26.2015.05.18.05.29.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 05:29:31 -0700 (PDT) From: Thomas Monjalon To: Pawel Wodkowski Date: Mon, 18 May 2015 13:01:31 +0200 Message-ID: <5383811.jFa36Ozyeg@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263235BBA3@IRSMSX108.ger.corp.intel.com> References: <1430396143-10936-1-git-send-email-michalx.k.jastrzebski@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263235BBA3@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] pipeline: add statistics for librte_pipeline ports and tables 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, 18 May 2015 12:29:33 -0000 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.