From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DB24F5A0C for ; Mon, 8 Jun 2015 21:07:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 08 Jun 2015 12:07:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,574,1427785200"; d="scan'208";a="723301480" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 08 Jun 2015 12:07:02 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 8 Jun 2015 20:07:02 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by irsmsx155.ger.corp.intel.com ([169.254.14.49]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 20:07:01 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 1/1] pipeline: add statistics for librte_pipeline ports and tables Thread-Index: AQHQof1eOPmrDyWvFUquiH0H95lO752i+Fhg Date: Mon, 8 Jun 2015 19:07:01 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912632373B06@IRSMSX108.ger.corp.intel.com> References: <1433775616-6896-1-git-send-email-michalx.k.jastrzebski@intel.com> <1433775616-6896-26-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1433775616-6896-26-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 1/1] 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, 08 Jun 2015 19:07:52 -0000 > This patch adds statistics collection for librte_pipeline. > Those statistics ale disabled by default during build time. >=20 Acked-by: Cristian Dumitrescu