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 F273658D8 for ; Tue, 26 May 2015 13:09:51 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 26 May 2015 04:09:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,497,1427785200"; d="scan'208";a="735334243" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 26 May 2015 04:09:30 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 26 May 2015 12:09:28 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by irsmsx155.ger.corp.intel.com ([169.254.14.38]) with mapi id 14.03.0224.002; Tue, 26 May 2015 12:09:27 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 00/13] port: added port statistics Thread-Index: AQHQl5bAgfvc9Ppg0kC2yVR1pIXNkJ2OGYjg Date: Tue, 26 May 2015 11:09:27 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263236C5C3@IRSMSX108.ger.corp.intel.com> References: <1432632166-8567-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1432632166-8567-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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 00/13] port: added port statistics 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, 26 May 2015 11:09:52 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Tuesday, May 26, 2015 10:23 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 00/13] port: added port statistics >=20 > Added statistics for every type of port. By default all port statistics > are disabled, user must activate them in config file. >=20 > Changes in v2: > - added missing signoffs >=20 > Changes in v3: > - removed new config options to enable/disable stats > - using RTE_LOG_LEVEL instead >=20 > Maciej Gajdzica (13): > port: added structures for port stats > port: added port_ethdev_reader stats > port: added port_ethdev_writer stats > port: added port_ethdev_writer_nodrop stats > port: added port_frag stats > port: added port_ras stats > port: added port_ring_reader stats > port: added port_ring_writer stats > port: added port_ring_writer_nodrop stats > port: added port_sched_reader stats > port: added port_sched_writer stats > port: added port_source stats > port: added port_sink stats >=20 > lib/librte_port/rte_port.h | 60 +++++++++++++++-- > lib/librte_port/rte_port_ethdev.c | 110 > +++++++++++++++++++++++++++++- > lib/librte_port/rte_port_frag.c | 36 ++++++++++ > lib/librte_port/rte_port_ras.c | 38 +++++++++++ > lib/librte_port/rte_port_ring.c | 114 > +++++++++++++++++++++++++++++++- > lib/librte_port/rte_port_sched.c | 96 +++++++++++++++++++++++++-= - > lib/librte_port/rte_port_source_sink.c | 98 > +++++++++++++++++++++++++-- > 7 files changed, 535 insertions(+), 17 deletions(-) >=20 > -- > 1.7.9.5 Acked-by: Cristian Dumitrescu