From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 86735C5BA for ; Tue, 23 Jun 2015 12:29:12 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 23 Jun 2015 03:29:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,665,1427785200"; d="scan'208";a="751648950" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2015 03:29:11 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 23 Jun 2015 11:29:10 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by irsmsx111.ger.corp.intel.com ([10.108.20.4]) with mapi id 14.03.0224.002; Tue, 23 Jun 2015 11:29:10 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 1/1] pipeline: add statistics for librte_pipeline ports and tables Thread-Index: AQHQqoDeqB2tqAfpEUqKjJZ78XC4NJ256a2A Date: Tue, 23 Jun 2015 10:29:09 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263238F3DF@IRSMSX108.ger.corp.intel.com> References: <1434712389-4624-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1434712389-4624-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 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: Tue, 23 Jun 2015 10:29:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, June 19, 2015 12:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5 1/1] pipeline: add statistics for librte_pi= peline > ports and tables >=20 > This patch adds statistics collection for librte_pipeline. > Those statistics ale disabled by default during build time. >=20 > Signed-off-by: Pawel Wodkowski > --- Acked-by: Cristian Dumitrescu